From 6331b693f15b325274034a415c13c5eab489825b Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Tue, 13 Jan 2009 18:05:25 -0800 Subject: Sounds used in baking up and restoring. --- abs/core-testing/linhes-sounds/PKGBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 abs/core-testing/linhes-sounds/PKGBUILD 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 + +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 +} -- cgit v0.12