updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / gtk-theme-switch-ex / PKGBUILD
blobd58197be106887f3ccf36d942a8987fc0cfa97cb
1 # Contributor: lp76 <l.peduto@gmail.com>
2 pkgname=gtk-theme-switch-ex
3 pkgver=2.0.0
4 pkgrel=2
5 pkgdesc="A small and fast program which allows you to preview and switch GTK themes"
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/gtk-theme-switch-ex/"
8 license=('GPL')
9 depends=('gtk2')
10 source=(http://gtk-theme-switch-ex.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
11 md5sums=('df3fcc6865c75003c18c8985cc567f3e')
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   ./waf --prefix=/usr configure
16   ./waf
17   ./waf --destdir=$startdir/pkg install