summaryrefslogtreecommitdiff
path: root/community/matchbox-window-manager
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/matchbox-window-manager
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/matchbox-window-manager')
-rw-r--r--community/matchbox-window-manager/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/matchbox-window-manager/PKGBUILD b/community/matchbox-window-manager/PKGBUILD
new file mode 100644
index 000000000..5c321c4e0
--- /dev/null
+++ b/community/matchbox-window-manager/PKGBUILD
@@ -0,0 +1,21 @@
+# Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com>
+
+pkgname=matchbox-window-manager
+pkgver=1.2
+pkgrel=2
+pkgdesc="A pretty much unique X window manager with a classic PDA management policy"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatchbox' 'startup-notification' 'libpng')
+url="http://projects.o-hand.com/matchbox"
+source=(http://projects.o-hand.com/matchbox/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('3e158dcf57823b55c926d95b245500fb')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --sysconfdir=/etc --prefix=/usr \
+ --enable-startup-notification --enable-session \
+ --enable-alt-input-wins --enable-expat
+ make || return 1
+ make DESTDIR=$startdir/pkg install
+}