From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/matchbox-panel/PKGBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/matchbox-panel/PKGBUILD (limited to 'community/matchbox-panel/PKGBUILD') 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 + +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 +} -- cgit v1.2.3-54-g00ecf