updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / audacious-almond-themes / PKGBUILD
blob1a88b84a6369f277b02dbb004d4de59e2220c33d
1 # Contributor: twa022 <twa022@gmail.com>
3 pkgname=audacious-almond-themes
4 pkgver=20090621
5 pkgrel=1
6 pkgdesc="Nice themes for Audacious"
7 arch=(any)
8 url="http://gnome-look.org/content/show.php/Almond+XMMS+rounded+skins?content=107308"
9 license=('CreativeCommons')
10 depends=('audacious')
11 source=(http://gnome-look.org/CONTENT/content-files/107308-Almond-rounded.zip
12         http://gnome-look.org/CONTENT/content-files/107307-Almond-squared.zip)
13 md5sums=('702e3e66793e03c74d69636fee5679e6'
14          '0967987b1aa506479063511253ae26ca')
16 build() {
17   cd $srcdir
18   mkdir -p $pkgdir/usr/share/audacious/Skins/
19   for _file in *wsz ; do 
20     install -m 644 $_file $pkgdir/usr/share/audacious/Skins/
21   done