[Lunar-commits] <moonbase-core> Merge branch 'master' of git://github.com/lunar-linux/moonbase-core
v4hn
me at v4hn.de
Sat Jan 18 22:43:27 CET 2014
commit 11e678ce6a7b774f57fc737841566934610bb34b
Author: v4hn <me at v4hn.de>
Date: Sat, 18 Jan 2014 13:41:22 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/11e678ce6a7b774f57fc737841566934610bb34b
Merge branch 'master' of git://github.com/lunar-linux/moonbase-core
---
ftp/wget/DETAILS | +1/-1
libs/slang/BUILD | +0/-15
libs/slang/CONFIGURE | +0/-1
libs/slang/DEPENDS | +0/-11
libs/slang/DETAILS | +0/-16
5 files changed, 1 insertion(+), 44 deletions(-)
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -4,7 +4,7 @@
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_VFY=sha1:cfa0906e6f72c1c902c29b52d140c22ecdcd617e
- WEB_SITE=http://sunsite.dk/wget
+ WEB_SITE=http://www.gnu.org/software/wget/
ENTERED=20010922
UPDATED=20120807
SHORT="wget retreives files from web and ftp sites"
--- 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