summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-base
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-17 11:48:38 +0200
committerAndraž Levstik2007-04-17 11:48:38 +0200
commit9ce9684219ac05e64cf366683588b04b274bdd47 (patch)
treeb896cdf172d38f575c1f823cd1a53e7e94574649 /gnustep-libs/gnustep-base
parent65634f2d5a17733f980aae22e7b0f2742295c6e4 (diff)
gnustep-base: update and revamp
Diffstat (limited to 'gnustep-libs/gnustep-base')
-rwxr-xr-xgnustep-libs/gnustep-base/CONFIGURE1
-rwxr-xr-xgnustep-libs/gnustep-base/DEPENDS23
-rwxr-xr-xgnustep-libs/gnustep-base/DETAILS11
-rwxr-xr-xgnustep-libs/gnustep-base/init.d/gdomap4
4 files changed, 17 insertions, 22 deletions
diff --git a/gnustep-libs/gnustep-base/CONFIGURE b/gnustep-libs/gnustep-base/CONFIGURE
deleted file mode 100755
index d2f9bcecd4..0000000000
--- a/gnustep-libs/gnustep-base/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GNUSTEP_BUILD_DOC "Build and install documentation?" n
diff --git a/gnustep-libs/gnustep-base/DEPENDS b/gnustep-libs/gnustep-base/DEPENDS
index a60f10eb54..901d742584 100755
--- a/gnustep-libs/gnustep-base/DEPENDS
+++ b/gnustep-libs/gnustep-base/DEPENDS
@@ -1,12 +1,13 @@
-depends gnustep-make &&
-depends ffcall &&
-depends libxml2 &&
-optional_depends libxslt "" "" "Enable xml support." &&
-optional_depends openssl "" "" "Enable ssl crypto support." &&
-optional_depends gmp "" "" "Enable gmp support." &&
+depends gnustep-make &&
+depends libxml2 &&
+depends libxslt &&
+depends ffcall &&
+optional_depends openssl \
+ "--enable-openssl" \
+ "--disable-openssl" \
+ "Enable ssl crypto support." &&
+optional_depends gmp \
+ "" \
+ "" \
+ "Enable gmp support."
-if [ "$GNUSTEP_BUILD_DOC" == "y" ]
-then
- depends tetex &&
- depends texinfo
-fi
diff --git a/gnustep-libs/gnustep-base/DETAILS b/gnustep-libs/gnustep-base/DETAILS
index a9eb14d6f1..110e63ef6b 100755
--- a/gnustep-libs/gnustep-base/DETAILS
+++ b/gnustep-libs/gnustep-base/DETAILS
@@ -1,19 +1,16 @@
SPELL=gnustep-base
- VERSION=1.13.0
- PATCHLEVEL=1
+ VERSION=1.15.0
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/core/$SOURCE
+ SOURCE2_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/core/$SOURCE2
WEB_SITE=http://www.gnustep.org
- SOURCE_HASH=sha512:ee33e014d92db2eebe9c36011003d50b9bf2933d52aa592ed496f4ca70f78cc79189fbc0e8438d27e33f25e07a36601e244110e8595fc4f9045ee34a8a3a6813
+ SOURCE_GPG=gnustep.gpg:$SOURCE2:UPSTREAM_KEY
LICENSE[0]=LGPL
ENTERED=20050908
KEYWORDS="gnustep libs"
SHORT="GNUstep implementation of OPENSTEP base libs."
-#GS FIX
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SOURCE_DIRECTORY/Source/obj
-#END GS FIX
-
cat << EOF
The GNUstep Base Library is a library of general-purpose, non-graphical
Objective C objects. For example, it includes classes for strings,
diff --git a/gnustep-libs/gnustep-base/init.d/gdomap b/gnustep-libs/gnustep-base/init.d/gdomap
index 7a83d410bd..eeb4213e86 100755
--- a/gnustep-libs/gnustep-base/init.d/gdomap
+++ b/gnustep-libs/gnustep-base/init.d/gdomap
@@ -1,8 +1,6 @@
#!/bin/bash
-. /etc/profile.d/GNUstep.sh
-
-PROGRAM="$GNUSTEP_SYSTEM_ROOT/Tools/gdomap"
+PROGRAM="/usr/bin/gdomap"
RUNLEVEL=3
NEEDS="+network"