updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / metacity-theme-zune / PKGBUILD
blobc8b6e4a72ae552cf924c44149c9cbc25d6dc6c1d
1 # Contributor: Shae Smittle <starfall87>
3 pkgname=metacity-theme-zune
4 _pkgname=Zune
5 pkgver=0.03
6 pkgrel=1
7 pkgdesc="The Windows XP Zune Theme for Metacity"
8 arch=('i686' 'x86_64')
9 url="http://gnome-look.org/content/show.php/Zune+-+Metacity+and+XFWM4?content=65146"
10 license=('GPL')
11 depends=('metacity')
12 source=("Zune-0.03.tar.gz")
13 md5sums=('143a9c0498bf208d5a2412294488b12a')
15 build() {
16   cd ${srcdir}/Zune
17   install -d ${pkgdir}/usr/share/themes/${_pkgname}
18   cp -rf * ${pkgdir}/usr/share/themes/${_pkgname} || return 1