summaryrefslogtreecommitdiff
path: root/community/matchbox-panel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/matchbox-panel/PKGBUILD')
-rw-r--r--community/matchbox-panel/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/matchbox-panel/PKGBUILD b/community/matchbox-panel/PKGBUILD
index 6d438bb09..14f46d1a9 100644
--- a/community/matchbox-panel/PKGBUILD
+++ b/community/matchbox-panel/PKGBUILD
@@ -1,3 +1,5 @@
+# $Id: PKGBUILD 59002 2011-11-20 19:52:18Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com>
pkgname=matchbox-panel
@@ -7,14 +9,13 @@ pkgdesc="A flexible always present 'window bar' for holding application launcher
arch=('i686' 'x86_64' 'mips64el')
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)
+url="http://matchbox-project.org/"
+source=(http://matchbox-project.org/sources/$pkgname/0.9/$pkgname-$pkgver.tar.bz2)
md5sums=('56d1807636f3919e22e51896ab7ccd2e')
build() {
- cd $startdir/src/$pkgname-$pkgver
-
+ cd $srcdir/$pkgname-$pkgver
./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+ make DESTDIR=$pkgdir install
}