# $Id: PKGBUILD 79137 2012-10-31 01:06:06Z heftig $ # Maintainer: Bartlomiej Piotrowski # Contributor: Hilinus pkgname=gtk-engine-unico pkgver=1.0.2 pkgrel=3 pkgdesc="Unico GTK3 theme engine" arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/unico" license=('GPL') depends=("gtk3") makedepends=("gnome-common") options=(!libtool) source=(gtk-engine-unico-139.tar.gz::http://bazaar.launchpad.net/~unico-team/unico/trunk/tarball/139) md5sums=('01a8fcde727bbbdfcbd1572f118d1616') build() { cd "~unico-team/unico/trunk" ./autogen.sh --prefix=/usr --disable-static make } package() { cd "~unico-team/unico/trunk" make DESTDIR=${pkgdir} install } md5sums=('14557d1e9188fb814bce1fc404444d4c')