diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
commit | dfccf2688839095bf2917186529e15f438a86a27 (patch) | |
tree | 79e7fcbe95952d0361e4d69590ce1dc6fde15468 /community/matchbox-panel | |
parent | ddb6519616b89709bff2278f935b735e67426504 (diff) | |
parent | 859f538490d5f7a35356c8813cf5757b175eea98 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/mingw32-binutils/PKGBUILD
community/numlockx/PKGBUILD
community/slock/PKGBUILD
extra/graphviz/PKGBUILD
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 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 } |