diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-14 02:05:25 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-14 02:05:25 (GMT) |
commit | 6331b693f15b325274034a415c13c5eab489825b (patch) | |
tree | 33516a093f7374887d4071eed6e7bcd88db56ad9 /abs | |
parent | dd2ec153e5476bc23899fd3115604cf657db982d (diff) | |
download | linhes_pkgbuild-6331b693f15b325274034a415c13c5eab489825b.zip linhes_pkgbuild-6331b693f15b325274034a415c13c5eab489825b.tar.gz linhes_pkgbuild-6331b693f15b325274034a415c13c5eab489825b.tar.bz2 |
Sounds used in baking up and restoring.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/linhes-sounds/PKGBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core-testing/linhes-sounds/PKGBUILD b/abs/core-testing/linhes-sounds/PKGBUILD new file mode 100644 index 0000000..17458f3 --- /dev/null +++ b/abs/core-testing/linhes-sounds/PKGBUILD @@ -0,0 +1,17 @@ +# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ +# Maintainer: Cecil Watson<knoppmyth@gmail.com> + +pkgname=linhes-sounds +pkgver=1 +pkgrel=1 +pkgdesc="Sounds used in backing up and restoring." +arch=('i686' 'x86_64') +license=('GPL2') +url="http://linhes.org/" +source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-sounds.tar.bz2) + +build() { + cd $startdir/src/ + mkdir -p $startdir/pkg/usr/share/sounds + cp -a *.wav $startdir/pkg/usr/share/sounds +} |