[Lunar-commits] <moonbase-core> slang: moved to other

Stefan Wold ratler at lunar-linux.org
Sat Jan 18 21:20:49 CET 2014


commit b0237f005a79a39b0194c15d276c048341bad750
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 18 Jan 2014 12:20:37 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/b0237f005a79a39b0194c15d276c048341bad750

slang: moved to other
---
  libs/slang/BUILD     | +0/-15    
  libs/slang/CONFIGURE | +0/-1     
  libs/slang/DEPENDS   | +0/-11    
  libs/slang/DETAILS   | +0/-16    
  4 files changed, 43 deletions(-)

--- a/libs/slang/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
-  ./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
--- a/libs/slang/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery STATIC "Build static library as well?" n
--- a/libs/slang/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-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"
--- a/libs/slang/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          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