Commit 57590a7d authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #252 from bfayers/remove-thttpd

(REMOVE) thttpd package
parents 9df85e4a a4bf19e7
require 'package'
class Thttpd < Package
version '2.25'
source_url 'https://www.dropbox.com/s/sckekosjqtde5rt/thttpd-2.25b.tar.gz?dl=0'
source_sha1 '5c2d37ad4291e262b33588375810deb1d48a37ed'
def self.build
system "./configure"
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