Commit b58aca7d authored by Casey Strouse's avatar Casey Strouse

Add slang (2.3.1a) package

S-Lang (slang) is an interpreted language that may be embedded into an
application to make the application extensible. It provides facilities
required by interactive applications such as display/screen management,
keyboard input and keymaps.

Tested as working on Samsung XE50013-K01US.
parent c44dd0c6
require 'package'
class Slang < Package
version '2.3.1a'
source_url 'http://www.jedsoft.org/releases/slang/slang-2.3.1a.tar.bz2'
source_sha1 'a8ea7f1b5736160a94efb67b137a0f5b9916bdf2'
def self.build
system "./configure", "--prefix=/usr/local", "--without-x"
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