Commit 80bd4335 authored by Michał Siwek's avatar Michał Siwek

Merge pull request #47 from jbaum98/less

added less
parents 669e2747 b261d8af
require 'package'
class Less < Package
version '451'
source_url 'ftp://ftp.gnu.org/gnu/less/less-451.tar.gz'
source_sha1 'ee95be670e8fcc97ac87d02dd1980209130423d0'
depends_on 'buildessential'
depends_on 'ncurses'
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