Commit 562e03f6 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #387 from cstrouse/add-sluice

Add sluice (0.02.06) package
parents abd3618d c33d7485
require 'package'
class Sluice < Package
version '0.02.06'
source_url 'http://kernel.ubuntu.com/~cking/tarballs/sluice/sluice-0.02.06.tar.gz'
source_sha1 'c1afc98790147c2c48bc5675de8352812b4f1fea'
def self.build
system "sed -i 's,/usr,/usr/local,g' Makefile"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "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