Commit 7a534648 authored by Jake Waksbaum's avatar Jake Waksbaum Committed by Michał Siwek

patchelf

parent 2d8ca87b
require 'package'
class Patchelf < Package
version '0.8'
source_url 'http://nixos.org/releases/patchelf/patchelf-0.8/patchelf-0.8.tar.bz2'
source_sha1 'd0645e9cee6f8e583ae927311c7ce88d29f416fc'
def self.build
system "./configure", "prefix=/usr/local"
system "make"
end
def self.install
system "make", "PREFIX=#{CREW_DEST_DIR}/usr/local", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment