From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/matchbox-panel/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 community/matchbox-panel/PKGBUILD (limited to 'community/matchbox-panel') diff --git a/community/matchbox-panel/PKGBUILD b/community/matchbox-panel/PKGBUILD new file mode 100644 index 000000000..81d0eb80d --- /dev/null +++ b/community/matchbox-panel/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Henrique C. Alves + +pkgname=matchbox-panel +pkgver=0.9.3 +pkgrel=5 +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://matchbox-project.org/" +source=(http://matchbox-project.org/sources/$pkgname/0.9/$pkgname-$pkgver.tar.bz2) +md5sums=('56d1807636f3919e22e51896ab7ccd2e') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification + make + make DESTDIR=$pkgdir install +} -- cgit v1.2.3-54-g00ecf