summaryrefslogtreecommitdiff
path: root/community/lxappearance-obconf/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
committerroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
commit1e6588d64f084decf287a58b7ff93ff0ce4d0446 (patch)
tree29bf5b8778e1eb67871d9e6e8bb6e205bdde5db7 /community/lxappearance-obconf/PKGBUILD
parent80053e720288b6205a59c52c1b31c14a0f830989 (diff)
Mon Jun 4 00:01:23 UTC 2012
Diffstat (limited to 'community/lxappearance-obconf/PKGBUILD')
-rw-r--r--community/lxappearance-obconf/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
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 <nospam@bpiotrowski.pl>
+
+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
+}
+