summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-affiche
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnustep-apps/gnustep-affiche
initial commit from stable 0.3
Diffstat (limited to 'gnustep-apps/gnustep-affiche')
-rwxr-xr-xgnustep-apps/gnustep-affiche/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-affiche/DEPENDS2
-rwxr-xr-xgnustep-apps/gnustep-affiche/DETAILS17
-rw-r--r--gnustep-apps/gnustep-affiche/HISTORY2
-rwxr-xr-xgnustep-apps/gnustep-affiche/INSTALL6
5 files changed, 38 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-affiche/BUILD b/gnustep-apps/gnustep-affiche/BUILD
new file mode 100755
index 0000000000..95724999ab
--- /dev/null
+++ b/gnustep-apps/gnustep-affiche/BUILD
@@ -0,0 +1,11 @@
+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
+
diff --git a/gnustep-apps/gnustep-affiche/DEPENDS b/gnustep-apps/gnustep-affiche/DEPENDS
new file mode 100755
index 0000000000..67008e789d
--- /dev/null
+++ b/gnustep-apps/gnustep-affiche/DEPENDS
@@ -0,0 +1,2 @@
+depends gnustep-gui
+
diff --git a/gnustep-apps/gnustep-affiche/DETAILS b/gnustep-apps/gnustep-affiche/DETAILS
new file mode 100755
index 0000000000..97dc26c8e8
--- /dev/null
+++ b/gnustep-apps/gnustep-affiche/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gnustep-affiche
+ VERSION=0.6.0
+ SOURCE=Affiche-$VERSION.tar.gz
+SOURCE_DIRECTORY=Affiche
+ SOURCE_URL[0]=http://www.collaboration-world.com/affiche.data/releases/Stable/$SOURCE
+ WEB_SITE=http://www.collaboration-world.com
+ MD5[0]=82804f0a38f111c3839dc8bbddb973d4
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="GNUstep stick little notes."
+
+cat << EOF
+Affiche is a little application that allows people to 'stick little notes'
+on your desktop.
+EOF
diff --git a/gnustep-apps/gnustep-affiche/HISTORY b/gnustep-apps/gnustep-affiche/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-apps/gnustep-affiche/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-affiche/INSTALL b/gnustep-apps/gnustep-affiche/INSTALL
new file mode 100755
index 0000000000..f7dea3c6b3
--- /dev/null
+++ b/gnustep-apps/gnustep-affiche/INSTALL
@@ -0,0 +1,6 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install
+
+
+