Commit c33d7485 authored by Casey Strouse's avatar Casey Strouse

Add sluice (0.02.06) package

Sluice is a program that reads input on stdin and outputs on stdout at a specified data rate.

Tested as working properly on Samsung XE50013-K01US.
parent 00023b89
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