summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-15 05:31:15 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-15 05:31:15 (GMT)
commit119437a1508554051d060f88530263f3eb2204fb (patch)
treecd91d0e3afd2c432643c69154c8aead98d03dede
parent459dbc01ea534b8fc88902f69ff6f3290723ddcc (diff)
downloadlinhes_pkgbuild-119437a1508554051d060f88530263f3eb2204fb.zip
linhes_pkgbuild-119437a1508554051d060f88530263f3eb2204fb.tar.gz
linhes_pkgbuild-119437a1508554051d060f88530263f3eb2204fb.tar.bz2
linhes-sounds: repackage so src package contains files
-rw-r--r--abs/core-testing/linhes-sounds/PKGBUILD19
-rw-r--r--abs/core-testing/linhes-sounds/beg.wav (renamed from abs/core-testing/linhes-sounds/sounds/beg.wav)bin61084 -> 61084 bytes
-rw-r--r--abs/core-testing/linhes-sounds/complete.wav (renamed from abs/core-testing/linhes-sounds/sounds/complete.wav)bin45222 -> 45222 bytes
-rw-r--r--abs/core-testing/linhes-sounds/end.wav (renamed from abs/core-testing/linhes-sounds/sounds/end.wav)bin81506 -> 81506 bytes
-rw-r--r--abs/core-testing/linhes-sounds/fail.wav (renamed from abs/core-testing/linhes-sounds/sounds/fail.wav)bin50050 -> 50050 bytes
-rw-r--r--abs/core-testing/linhes-sounds/half_second_of_silence.wav (renamed from abs/core-testing/linhes-sounds/sounds/half_second_of_silence.wav)bin352880 -> 352880 bytes
-rw-r--r--abs/core-testing/linhes-sounds/init.wav (renamed from abs/core-testing/linhes-sounds/sounds/init.wav)bin46502 -> 46502 bytes
-rw-r--r--abs/core-testing/linhes-sounds/restore.wav (renamed from abs/core-testing/linhes-sounds/sounds/restore.wav)bin55538 -> 55538 bytes
-rw-r--r--abs/core-testing/linhes-sounds/restored.wav (renamed from abs/core-testing/linhes-sounds/sounds/restored.wav)bin57684 -> 57684 bytes
-rw-r--r--abs/core-testing/linhes-sounds/rf.wav (renamed from abs/core-testing/linhes-sounds/sounds/rf.wav)bin60972 -> 60972 bytes
-rw-r--r--abs/core-testing/linhes-sounds/testing.wav (renamed from abs/core-testing/linhes-sounds/sounds/testing.wav)bin42278 -> 42278 bytes
-rw-r--r--abs/core-testing/linhes-sounds/vr.wav (renamed from abs/core-testing/linhes-sounds/sounds/vr.wav)bin75512 -> 75512 bytes
12 files changed, 16 insertions, 3 deletions
diff --git a/abs/core-testing/linhes-sounds/PKGBUILD b/abs/core-testing/linhes-sounds/PKGBUILD
index ccaa527..0e0de92 100644
--- a/abs/core-testing/linhes-sounds/PKGBUILD
+++ b/abs/core-testing/linhes-sounds/PKGBUILD
@@ -3,14 +3,27 @@
pkgname=linhes-sounds
pkgver=1
-pkgrel=3
+pkgrel=6
pkgdesc="Sounds used in backing up and restoring."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://linhes.org/"
+source=(
+rf.wav
+testing.wav
+restore.wav
+vr.wav
+beg.wav
+end.wav
+complete.wav
+fail.wav
+init.wav
+half_second_of_silence.wav
+restored.wav
+)
build() {
- cd $startdir/sounds/
+ cd $startdir/src
mkdir -p $startdir/pkg/usr/share/sounds
- cp -a *.wav $startdir/pkg/usr/share/sounds
+ cp -aL *.wav $startdir/pkg/usr/share/sounds
}
diff --git a/abs/core-testing/linhes-sounds/sounds/beg.wav b/abs/core-testing/linhes-sounds/beg.wav
index 1f7e377..1f7e377 100644
--- a/abs/core-testing/linhes-sounds/sounds/beg.wav
+++ b/abs/core-testing/linhes-sounds/beg.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/complete.wav b/abs/core-testing/linhes-sounds/complete.wav
index 67f19dd..67f19dd 100644
--- a/abs/core-testing/linhes-sounds/sounds/complete.wav
+++ b/abs/core-testing/linhes-sounds/complete.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/end.wav b/abs/core-testing/linhes-sounds/end.wav
index 1c66530..1c66530 100644
--- a/abs/core-testing/linhes-sounds/sounds/end.wav
+++ b/abs/core-testing/linhes-sounds/end.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/fail.wav b/abs/core-testing/linhes-sounds/fail.wav
index e256615..e256615 100644
--- a/abs/core-testing/linhes-sounds/sounds/fail.wav
+++ b/abs/core-testing/linhes-sounds/fail.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/half_second_of_silence.wav b/abs/core-testing/linhes-sounds/half_second_of_silence.wav
index 15ccfab..15ccfab 100644
--- a/abs/core-testing/linhes-sounds/sounds/half_second_of_silence.wav
+++ b/abs/core-testing/linhes-sounds/half_second_of_silence.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/init.wav b/abs/core-testing/linhes-sounds/init.wav
index ea49844..ea49844 100644
--- a/abs/core-testing/linhes-sounds/sounds/init.wav
+++ b/abs/core-testing/linhes-sounds/init.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/restore.wav b/abs/core-testing/linhes-sounds/restore.wav
index 946e371..946e371 100644
--- a/abs/core-testing/linhes-sounds/sounds/restore.wav
+++ b/abs/core-testing/linhes-sounds/restore.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/restored.wav b/abs/core-testing/linhes-sounds/restored.wav
index d9d8f12..d9d8f12 100644
--- a/abs/core-testing/linhes-sounds/sounds/restored.wav
+++ b/abs/core-testing/linhes-sounds/restored.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/rf.wav b/abs/core-testing/linhes-sounds/rf.wav
index ac2690d..ac2690d 100644
--- a/abs/core-testing/linhes-sounds/sounds/rf.wav
+++ b/abs/core-testing/linhes-sounds/rf.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/testing.wav b/abs/core-testing/linhes-sounds/testing.wav
index 8757501..8757501 100644
--- a/abs/core-testing/linhes-sounds/sounds/testing.wav
+++ b/abs/core-testing/linhes-sounds/testing.wav
Binary files differ
diff --git a/abs/core-testing/linhes-sounds/sounds/vr.wav b/abs/core-testing/linhes-sounds/vr.wav
index e954297..e954297 100644
--- a/abs/core-testing/linhes-sounds/sounds/vr.wav
+++ b/abs/core-testing/linhes-sounds/vr.wav
Binary files differ