[Lunar-commits] <moonbase-other> slang: moved from core
Stefan Wold
ratler at lunar-linux.org
Sat Jan 18 21:20:33 CET 2014
commit 930ce23e92d59c478448feda213ede26108318ac
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 18 Jan 2014 12:20:03 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/930ce23e92d59c478448feda213ede26108318ac
slang: moved from core
---
libs/slang/BUILD | +15/-0
libs/slang/CONFIGURE | +1/-0
libs/slang/DEPENDS | +11/-0
libs/slang/DETAILS | +16/-0
4 files changed, 43 insertions(+)
--- /dev/null
+++ b/libs/slang/BUILD
@@ -0,0 +1,15 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var $OPTS &&
+
+ default_make &&
+
+ if [ "$STATIC" == "y" ]; then
+ make clean &&
+ make static &&
+ make install-static
+ fi
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/slang/CONFIGURE
@@ -0,0 +1 @@
+mquery STATIC "Build static library as well?" n
--- /dev/null
+++ b/libs/slang/DEPENDS
@@ -0,0 +1,11 @@
+depends zlib
+
+optional_depends "libpng" \
+ "--with-png=/usr" \
+ "--without-png" \
+ "for png image support"
+
+optional_depends "pcre" \
+ "--with-pcrelib=/ --with-pcreinc=/usr" \
+ "--without-pcre" \
+ "for pcre regex support"
--- /dev/null
+++ b/libs/slang/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=slang
+ VERSION=2.2.4
+ SOURCE=slang-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://space.mit.edu/pub/davis/slang/v2.2
+ SOURCE_URL[1]=ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.2/
+ SOURCE_VFY=sha1:34e68a993888d0ae2ebc7bc31b40bc894813a7e2
+ WEB_SITE=http://www.jedsoft.org/slang
+ ENTERED=20050821
+ UPDATED=20110414
+ SHORT="Powerful interpreted language"
+PSAFE=no
+cat << EOF
+S-Lang is a powerful interpreted language that may be embedded into an
+application to make it extensible. Examples of applications that take
+advantage of the interpreter include jed, slrn, and mutt.
+EOF
More information about the Lunar-commits
mailing list