From 1e6588d64f084decf287a58b7ff93ff0ce4d0446 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Jun 2012 00:01:23 +0000 Subject: Mon Jun 4 00:01:23 UTC 2012 --- community/lxappearance-obconf/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/lxappearance-obconf/PKGBUILD (limited to 'community/lxappearance-obconf/PKGBUILD') diff --git a/community/lxappearance-obconf/PKGBUILD b/community/lxappearance-obconf/PKGBUILD new file mode 100644 index 000000000..92b47b7fb --- /dev/null +++ b/community/lxappearance-obconf/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 71868 2012-06-02 14:56:09Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski + +pkgname=lxappearance-obconf +pkgver=0.2.0 +pkgrel=1 +pkgdesc='A plugin for LXAppearance to configure Openbox' +arch=('i686' 'x86_64') +license=('GPL2') +url="http://lxde.org/" +groups=('lxde') +depends=('lxappearance' 'openbox') +makedepends=('intltool') +source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) +md5sums=('8bf23c90febe6a655e0f86c80e44725d') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + -- cgit v1.2.3-54-g00ecf