# $Id: PKGBUILD 99903 2013-10-31 02:22:59Z allan $ # Maintainer: Bartłomiej Piotrowski pkgname=lxappearance-obconf pkgver=0.2.1 pkgrel=1 pkgdesc='Plugin for LXAppearance to configure Openbox' arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://lxde.org/' groups=('lxde') depends=('lxappearance' 'openbox') makedepends=('intltool') source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) md5sums=('1f061c96e0c78a6476421ca294ac24aa') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --disable-static make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }