updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / atris-sounds / PKGBUILD
blob59453dbaf78b464a1828161d98672ceab59eb2da
1 # Maintainer: cantabile <cantabile dot desu at gmail dot com>
3 pkgname=atris-sounds
4 pkgver=1.0.1
5 pkgrel=1
6 pkgdesc='Optional sound effects for Atris'
7 arch=('any')
8 url='http://www.wkiri.com/projects/atris/'
9 license=('GPL')
10 depends=('atris')
11 source=("http://www.wkiri.com/projects/atris/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('929ffccf1a7d55018a883ad9cdf0b4e9')
14 build() {
15   # ugly tarball is ugly - no top level dir
16   cd "$srcdir/sounds/"
18   for i in *.{wav,Sound}; do
19     install -D -m 644 "$i" "$pkgdir/usr/share/games/atris/sounds/$i"
20   done
23 # vim:set ts=2 sw=2 et: