summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-projectcenter
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/gnustep-projectcenter')
-rwxr-xr-xgnustep-apps/gnustep-projectcenter/BUILD12
-rwxr-xr-xgnustep-apps/gnustep-projectcenter/DEPENDS2
-rwxr-xr-xgnustep-apps/gnustep-projectcenter/DETAILS18
-rw-r--r--gnustep-apps/gnustep-projectcenter/HISTORY2
-rwxr-xr-xgnustep-apps/gnustep-projectcenter/INSTALL6
5 files changed, 40 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-projectcenter/BUILD b/gnustep-apps/gnustep-projectcenter/BUILD
new file mode 100755
index 0000000000..6fc8b739d4
--- /dev/null
+++ b/gnustep-apps/gnustep-projectcenter/BUILD
@@ -0,0 +1,12 @@
+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 &&
+
+make_single
+make
+make_normal
diff --git a/gnustep-apps/gnustep-projectcenter/DEPENDS b/gnustep-apps/gnustep-projectcenter/DEPENDS
new file mode 100755
index 0000000000..e2c6ae27fa
--- /dev/null
+++ b/gnustep-apps/gnustep-projectcenter/DEPENDS
@@ -0,0 +1,2 @@
+depends gnustep-gui
+
diff --git a/gnustep-apps/gnustep-projectcenter/DETAILS b/gnustep-apps/gnustep-projectcenter/DETAILS
new file mode 100755
index 0000000000..ce4e19a7ce
--- /dev/null
+++ b/gnustep-apps/gnustep-projectcenter/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gnustep-projectcenter
+ VERSION=0.4.2
+ SOURCE=ProjectCenter-$VERSION.tar.gz
+SOURCE_DIRECTORY=ProjectCenter-$VERSION
+ SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/$SOURCE
+ WEB_SITE=http://www.gnustep.org
+ MD5[0]=62749396daf23a5e459e165808a36ce4
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="The GNUstep IDE which is part of the GNUstep."
+
+cat << EOF
+This is ProjectCenter, the GNUstep IDE which is part of the GNUstep
+project and is copyrighted by the Free Softare Foundation. ProjectCenter
+is released under the GPL - see Documentation/COPYING for the details.
+EOF
diff --git a/gnustep-apps/gnustep-projectcenter/HISTORY b/gnustep-apps/gnustep-projectcenter/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-apps/gnustep-projectcenter/HISTORY
@@ -0,0 +1,2 @@
+2005-09-08 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created the spell.
diff --git a/gnustep-apps/gnustep-projectcenter/INSTALL b/gnustep-apps/gnustep-projectcenter/INSTALL
new file mode 100755
index 0000000000..54c12b2dfd
--- /dev/null
+++ b/gnustep-apps/gnustep-projectcenter/INSTALL
@@ -0,0 +1,6 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make_single
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install
+make_normal
+