summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-audio
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gnome-audio
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnome-audio')
-rwxr-xr-xgnome1-libs/gnome-audio/BUILD6
-rwxr-xr-xgnome1-libs/gnome-audio/DEPENDS1
-rwxr-xr-xgnome1-libs/gnome-audio/DETAILS17
-rw-r--r--gnome1-libs/gnome-audio/HISTORY14
4 files changed, 38 insertions, 0 deletions
diff --git a/gnome1-libs/gnome-audio/BUILD b/gnome1-libs/gnome-audio/BUILD
new file mode 100755
index 0000000000..093815dc01
--- /dev/null
+++ b/gnome1-libs/gnome-audio/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/gnome1-libs/gnome-audio/DEPENDS b/gnome1-libs/gnome-audio/DEPENDS
new file mode 100755
index 0000000000..150c68bcba
--- /dev/null
+++ b/gnome1-libs/gnome-audio/DEPENDS
@@ -0,0 +1 @@
+depends gnome-libs
diff --git a/gnome1-libs/gnome-audio/DETAILS b/gnome1-libs/gnome-audio/DETAILS
new file mode 100755
index 0000000000..6e3964c83a
--- /dev/null
+++ b/gnome1-libs/gnome-audio/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gnome-audio
+ VERSION=1.4.0
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]='ce9e623b2a91c7f3a25cdf48ab523ad8'
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ LICENSE[0]=PD
+ ENTERED=20010922
+ UPDATED=20010922
+ SHORT="This package contains a collection of sounds for use with Gnome."
+cat << EOF
+This package contains a collection of sounds for use with Gnome.
+EOF
diff --git a/gnome1-libs/gnome-audio/HISTORY b/gnome1-libs/gnome-audio/HISTORY
new file mode 100644
index 0000000000..8e7e33aadb
--- /dev/null
+++ b/gnome1-libs/gnome-audio/HISTORY
@@ -0,0 +1,14 @@
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * Add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * Added licensing information
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * Added HISTORY
+ * Added MAINTAINER=me
+ * fixed backup url
+