summaryrefslogtreecommitdiff
path: root/community/matchbox-panel/PKGBUILD
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-panel/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/matchbox-panel/PKGBUILD')
-rw-r--r--community/matchbox-panel/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/matchbox-panel/PKGBUILD b/community/matchbox-panel/PKGBUILD
new file mode 100644
index 000000000..751ec230e
--- /dev/null
+++ b/community/matchbox-panel/PKGBUILD
@@ -0,0 +1,20 @@
+# Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com>
+
+pkgname=matchbox-panel
+pkgver=0.9.3
+pkgrel=4
+pkgdesc="A flexible always present 'window bar' for holding application launchers and small 'applet' style applications"
+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/0.9/$pkgname-$pkgver.tar.bz2)
+md5sums=('56d1807636f3919e22e51896ab7ccd2e')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+
+ ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
+ make || return 1
+ make DESTDIR=$startdir/pkg install
+}