summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-gdl2
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnustep-libs/gnustep-gdl2
initial commit from stable 0.3
Diffstat (limited to 'gnustep-libs/gnustep-gdl2')
-rwxr-xr-xgnustep-libs/gnustep-gdl2/BUILD13
-rwxr-xr-xgnustep-libs/gnustep-gdl2/DEPENDS2
-rwxr-xr-xgnustep-libs/gnustep-gdl2/DETAILS25
-rw-r--r--gnustep-libs/gnustep-gdl2/HISTORY2
-rwxr-xr-xgnustep-libs/gnustep-gdl2/INSTALL6
5 files changed, 48 insertions, 0 deletions
diff --git a/gnustep-libs/gnustep-gdl2/BUILD b/gnustep-libs/gnustep-gdl2/BUILD
new file mode 100755
index 0000000000..e0b43d6864
--- /dev/null
+++ b/gnustep-libs/gnustep-gdl2/BUILD
@@ -0,0 +1,13 @@
+if [ -f /etc/profile.d/GNUstep.sh ];
+then
+ . /etc/profile.d/GNUstep.sh
+else
+ message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh"
+ message "Rebuild gnustep-make${DEFAULT_COLOR}"
+ exit 1
+fi &&
+
+./configure \
+ $OPTS &&
+
+make
diff --git a/gnustep-libs/gnustep-gdl2/DEPENDS b/gnustep-libs/gnustep-gdl2/DEPENDS
new file mode 100755
index 0000000000..3a19cbd0d3
--- /dev/null
+++ b/gnustep-libs/gnustep-gdl2/DEPENDS
@@ -0,0 +1,2 @@
+depends gnustep-base &&
+optional_depends postgresql
diff --git a/gnustep-libs/gnustep-gdl2/DETAILS b/gnustep-libs/gnustep-gdl2/DETAILS
new file mode 100755
index 0000000000..b6b9ba296e
--- /dev/null
+++ b/gnustep-libs/gnustep-gdl2/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=gnustep-gdl2
+ VERSION=0.9.1
+ SOURCE=gdl2-$VERSION.tar.gz
+SOURCE_DIRECTORY=gdl2-$VERSION
+ SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/libs/$SOURCE
+ WEB_SITE=http://www.gnustep.org
+ MD5[0]=3d77f4bf576c0d8d8cda611e894e677d
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="The GNUstep Database Library 2 (GDL2)."
+
+cat << EOF
+The GNUstep Database Library 2 (GDL2) is a set of libraries to map
+Objective-C objects to rows of relational database management systems
+(RDBMS). It aims to be compatible with Enterprise Objects Framework
+(EOF) as released with WebObjects 4.5 from Apple Inc. It requires the
+GNUstep Make Package 1.9.1 and the Base Library 1.9.1. Alternatively
+it is meant to work with other OpenStep-like implementations like
+Cocoa together with the GNUstep BaseAdditions Library 1.9.1. For UI
+applications which may want to use adaptor specific login panels, you
+should also install the GNUstep GUI Library 0.9.2 and the GNUstep
+Backend Library 0.9.2. These should also work with AppKit.
+EOF
diff --git a/gnustep-libs/gnustep-gdl2/HISTORY b/gnustep-libs/gnustep-gdl2/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-libs/gnustep-gdl2/HISTORY
@@ -0,0 +1,2 @@
+2005-09-08 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created the spell.
diff --git a/gnustep-libs/gnustep-gdl2/INSTALL b/gnustep-libs/gnustep-gdl2/INSTALL
new file mode 100755
index 0000000000..8a53f5cf1e
--- /dev/null
+++ b/gnustep-libs/gnustep-gdl2/INSTALL
@@ -0,0 +1,6 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make_single &&
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
+make_normal
+