diff options
Diffstat (limited to 'community/fxdesktop/PKGBUILD')
-rw-r--r-- | community/fxdesktop/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/fxdesktop/PKGBUILD b/community/fxdesktop/PKGBUILD index e75d296b8..695cda07e 100644 --- a/community/fxdesktop/PKGBUILD +++ b/community/fxdesktop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 77636 2012-10-13 11:42:37Z allan $ +# $Id: PKGBUILD 90029 2013-05-06 19:37:01Z foutrelis $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sander Jansen <sander@knology.net> pkgname=fxdesktop pkgver=0.1.12 -pkgrel=6 +pkgrel=7 pkgdesc="Lightweight Desktop Environment" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fxdesktop/" @@ -22,5 +22,9 @@ build() { [ "$CARCH" = "x86_64" ] && (sed -i -e 's|lib64|lib|g' build/config.linux_x86_64) # Compile ./gb --prefix=/usr +} + +package() { + cd $srcdir/$pkgname-$pkgver ./gb --package-root=$pkgdir/usr install } |