summaryrefslogtreecommitdiff
path: root/community/gnustep-make/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-27 22:24:53 +0000
committerroot <root@rshg047.dnsready.net>2011-04-27 22:24:53 +0000
commit18d6577d511b9a1ac36eaae50060133a401e42a3 (patch)
treef681f9444a7a0a95916de40af82d3b805d5fb8d3 /community/gnustep-make/PKGBUILD
parent69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff)
Wed Apr 27 22:24:53 UTC 2011
Diffstat (limited to 'community/gnustep-make/PKGBUILD')
-rw-r--r--community/gnustep-make/PKGBUILD21
1 files changed, 9 insertions, 12 deletions
diff --git a/community/gnustep-make/PKGBUILD b/community/gnustep-make/PKGBUILD
index 1e80f85e8..e7edf7dff 100644
--- a/community/gnustep-make/PKGBUILD
+++ b/community/gnustep-make/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 17008 2010-05-16 20:55:25Z spupykin $
+# $Id: PKGBUILD 45214 2011-04-18 12:46:00Z spupykin $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-make
-pkgver=2.4.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="The GNUstep make package"
arch=(i686 x86_64)
@@ -13,17 +13,14 @@ depends=('glibc')
conflicts=('gnustep-make-svn')
groups=('gnustep-core')
source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('bc2138e6256665e55b00fb0ffac766f1')
+md5sums=('71a6c6d9a0b341495e67c915fe6722c1')
build() {
- cd $startdir/src/$pkgname-$pkgver
-
- ./configure --prefix=/opt/GNUstep
- make || return 1
-
- make DESTDIR=$pkgdir install || return 1
-
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+ make
+ make DESTDIR=$pkgdir install
install -D -m755 \
- $startdir/pkg/opt/GNUstep/System/Library/Makefiles/GNUstep.sh \
- $startdir/pkg/etc/profile.d/GNUstep.sh
+ $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
+ $pkgdir/etc/profile.d/GNUstep.sh
}