summaryrefslogtreecommitdiff
path: root/community/fxdesktop/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
committerroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
commitda0a0d88caa1bf934ebf314ef86e15928dbb027b (patch)
treeb7c57ac9667de10c72390e0d81654fffbe47c42d /community/fxdesktop/PKGBUILD
parentffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff)
Tue May 7 00:36:35 PDT 2013
Diffstat (limited to 'community/fxdesktop/PKGBUILD')
-rw-r--r--community/fxdesktop/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/fxdesktop/PKGBUILD b/community/fxdesktop/PKGBUILD
index 973311383..18b40a21d 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')
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
}