diff options
Diffstat (limited to 'community/matchbox-window-manager/PKGBUILD')
-rw-r--r-- | community/matchbox-window-manager/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/matchbox-window-manager/PKGBUILD b/community/matchbox-window-manager/PKGBUILD index 888dc2d37..d9a3c002b 100644 --- a/community/matchbox-window-manager/PKGBUILD +++ b/community/matchbox-window-manager/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 66232 2012-02-23 05:07:09Z spupykin $ +# $Id: PKGBUILD 92576 2013-06-08 20:30:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Henrique C. Alves <hcarvalhoalves@gmail.com> pkgname=matchbox-window-manager pkgver=1.2 -pkgrel=3 +pkgrel=4 pkgdesc="A pretty much unique X window manager with a classic PDA management policy" arch=('i686' 'x86_64') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm') url="http://matchbox-project.org/" -source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/$pkgver/$pkgname-$pkgver.tar.bz2) md5sums=('3e158dcf57823b55c926d95b245500fb') build() { @@ -19,5 +19,9 @@ build() { --enable-startup-notification --enable-session \ --enable-alt-input-wins --enable-expat make +} + +package() { + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } |