updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gtk-laza-theme / PKGBUILD
blob336e62ab6df2c1703170d7de8f8d6e549d88d0e7
1 # Contributor: Wido <widomaker2k7@gmail.com>
3 pkgname=gtk-laza-theme
4 pkgver=0.2
5 pkgrel=2
6 pkgdesc="Theme laza for GTK"
7 arch=('any')
8 url="http://www.gnome-look.org/content/show.php/Laza+Theme+Pack?content=64953"
9 license=('GPL')
10 depends=('gtk-xfce-engine')
11 source=(http://www.gnome-look.org/CONTENT/content-files/64953-Laza.tar.gz)
12 md5sums=('05b8d9ef91f6d6fd684121b54d060081')
14 build() {
15   cd ${srcdir}/Laza/
16   install -d ${pkgdir}/usr/share/themes/
18   tar -zxvf Laza-gtk2.tar.gz
20   cp -r "Laza" ${pkgdir}/usr/share/themes/ || return 1