updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / system-sounds-hildon / PKGBUILD
blobcf9d435fc27c742a3c7af6c3cc75c9b26db36735
1 # Contributor:  Christoph Zeiler        <moonblade.org: archNOSPAM>
2 # Maintainer:   Jesse Jaara             <gmail.com: jesse.jaara>
4 pkgname=system-sounds-hildon
5 pkgver=20110104
6 pkgrel=1
7 pkgdesc="A free system sound package for system events and notifications"
8 arch=('any')
9 url="http://freepats.zenvoid.org/system-sounds/"
10 license=('CCPL:cc-by')
11 source=(http://huulivoide.pp.fi/Arch/hildon.tar.xz)
13 build() {
15   mkdir -p "$pkgdir/usr/share/sounds"
16   cp -rf hildon "$pkgdir/usr/share/sounds/"
18 md5sums=('056775c00f4777c95812ed7ebdf0f759')