updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / gtk2-theme-fawn / PKGBUILD
blobc01ec4c4af2dee94cc29223fbee958d98c4f4620
1 # Contributor: Andrea Scarpino <andrea@archlinux.org>
3 pkgname=gtk2-theme-fawn
4 pkgver=0.3
5 pkgrel=1
6 pkgdesc="A GTK2 theme"
7 arch=('any')
8 url="http://www.opendesktop.org/content/show.php?content=58426"
9 license=('GPL')
10 groups=('gtk2-themes')
11 depends=('gtk2')
12 source=("http://www.opendesktop.org/CONTENT/content-files/58426-Fawn.tar.gz")
13 md5sums=('558712e005a51d0763210f90b96709f0')
15 build() {
16   cd ${srcdir}/Fawn
17   install -d ${pkgdir}/usr/share/themes/
18   tar xf Fawn-gtk.tar.gz
19   cp -r ${srcdir}/Fawn/Fawn ${pkgdir}/usr/share/themes/ || return 1