summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-cynthiune
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-cynthiune
initial commit from stable 0.3
Diffstat (limited to 'gnustep-apps/gnustep-cynthiune')
-rwxr-xr-xgnustep-apps/gnustep-cynthiune/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-cynthiune/DEPENDS10
-rwxr-xr-xgnustep-apps/gnustep-cynthiune/DETAILS20
-rw-r--r--gnustep-apps/gnustep-cynthiune/HISTORY2
-rwxr-xr-xgnustep-apps/gnustep-cynthiune/INSTALL3
5 files changed, 46 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-cynthiune/BUILD b/gnustep-apps/gnustep-cynthiune/BUILD
new file mode 100755
index 0000000000..95724999ab
--- /dev/null
+++ b/gnustep-apps/gnustep-cynthiune/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-cynthiune/DEPENDS b/gnustep-apps/gnustep-cynthiune/DEPENDS
new file mode 100755
index 0000000000..4dfb499523
--- /dev/null
+++ b/gnustep-apps/gnustep-cynthiune/DEPENDS
@@ -0,0 +1,10 @@
+depends gnustep-gui &&
+depends libid3tag &&
+depends libmad &&
+depends libvorbis &&
+depends libogg &&
+depends libmodplug &&
+depends audiofile &&
+depends flac &&
+depends esound
+
diff --git a/gnustep-apps/gnustep-cynthiune/DETAILS b/gnustep-apps/gnustep-cynthiune/DETAILS
new file mode 100755
index 0000000000..414b4bd8c9
--- /dev/null
+++ b/gnustep-apps/gnustep-cynthiune/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=gnustep-cynthiune
+ VERSION=0.9.4
+ SOURCE=Cynthiune-$VERSION.tar.gz
+SOURCE_DIRECTORY=Cynthiune-$VERSION
+ SOURCE_URL[0]=http://organact.mine.nu/~wolfgang/cynthiune/$SOURCE
+ WEB_SITE=http://organact.mine.nu/~wolfgang/cynthiune
+ MD5[0]=f07cac9c46515472effc1acbe3536803
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="Cynthiune is a romantic music player for GNUstep."
+
+cat << EOF
+Cynthiune is a free software and romantic music player for GNUstep and MacOSX.
+
+For the moment, it looks pretty much like XMMS, Winamp and similar software.
+Even though it has far less features than those, the essential components of a
+usable and user-friendly program are there in my opinion.
+EOF
diff --git a/gnustep-apps/gnustep-cynthiune/HISTORY b/gnustep-apps/gnustep-cynthiune/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-apps/gnustep-cynthiune/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-cynthiune/INSTALL b/gnustep-apps/gnustep-cynthiune/INSTALL
new file mode 100755
index 0000000000..106db2d812
--- /dev/null
+++ b/gnustep-apps/gnustep-cynthiune/INSTALL
@@ -0,0 +1,3 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install