blob: ccaa5273d42b887b148f6309cc1a648f7a9b6282 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
# Maintainer: Cecil Watson<knoppmyth@gmail.com>
pkgname=linhes-sounds
pkgver=1
pkgrel=3
pkgdesc="Sounds used in backing up and restoring."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://linhes.org/"
build() {
cd $startdir/sounds/
mkdir -p $startdir/pkg/usr/share/sounds
cp -a *.wav $startdir/pkg/usr/share/sounds
}
|