#$Id: PKGBUILD 29697 2010-10-18 15:11:39Z angvp $ # Maintainer: Angel 'angvp' Velasquez # Contributor: Geoffroy Carrier pkgname=lxappearance pkgver=0.5.0 pkgrel=1 pkgdesc="GTK+ theme switcher of the LXDE Desktop (manages icons and fonts)" arch=('i686' 'x86_64') license=('GPL2') url="http://lxde.org/" groups=('lxde') depends=('gtk2' 'intltool') makedepends=('pkgconfig') source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz) md5sums=('7eabab6f4a358dbc6a84e260a0e7f6c2') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --sysconfdir=/etc --prefix=/usr make make DESTDIR="$pkgdir" install }