diff options
author | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
commit | 859f538490d5f7a35356c8813cf5757b175eea98 (patch) | |
tree | f3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/matchbox-panel | |
parent | 70b4878648fd376433739bd5c835503f6301a5b2 (diff) |
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/matchbox-panel')
-rw-r--r-- | community/matchbox-panel/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/matchbox-panel/PKGBUILD b/community/matchbox-panel/PKGBUILD index 751ec230e..043e03d17 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') 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 } |