Commit 5a900fd9 authored by Ed Reel's avatar Ed Reel

Add whiptail package

parent 2451d4b5
require 'package'
class Whiptail < Package
description 'displays dialog boxes from shell scripts.'
homepage 'http://www.linuxfromscratch.org/blfs/view/cvs/general/newt.html'
version '0.52.20'
source_url 'https://releases.pagure.org/newt/newt-0.52.20.tar.gz'
source_sha256 '8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc'
binary_url ({
})
binary_sha256 ({
})
depends_on 'popt'
depends_on 'slang'
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
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