diff options
author | root <root@rshg054.dnsready.net> | 2012-04-06 00:01:15 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-06 00:01:15 +0000 |
commit | 870286a74f6142709671fd3437944382f29bf352 (patch) | |
tree | 00501e7d18319db16b20e39436b8fb60837bdfe5 /community/gnustep-gui/PKGBUILD | |
parent | a7f79fc1ced18c586d320033ac9738e98a21b550 (diff) |
Fri Apr 6 00:01:15 UTC 2012
Diffstat (limited to 'community/gnustep-gui/PKGBUILD')
-rw-r--r-- | community/gnustep-gui/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index c1e903067..e990e4ce7 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68156 2012-03-18 19:12:25Z spupykin $ +# $Id: PKGBUILD 68864 2012-04-04 09:31:23Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> pkgname=gnustep-gui pkgver=0.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNUstep GUI class library" arch=('i686' 'x86_64') url="http://www.gnustep.org/" @@ -24,5 +24,9 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc/GNUstep sed -i 's|#include "GNUstepBase/preface.h"|//#include "GNUstepBase/preface.h" |' Source/GSGuiPrivate.h make +} + +package() { + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } |