summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-02 22:37:38 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-02 22:37:38 -0300
commit703a10f6cf32a518d05a58184f750d39c137d37e (patch)
tree44714861fd5300d0718af7c65d1476c5413e2a2e
parentcfc95dd01d01d4fdd2f9520f6d05c37206cce952 (diff)
build for mips64el
-rw-r--r--community/gnustep-make/PKGBUILD (renamed from libre/gnustep-make-libre/PKGBUILD)18
1 files changed, 8 insertions, 10 deletions
diff --git a/libre/gnustep-make-libre/PKGBUILD b/community/gnustep-make/PKGBUILD
index dedf944a3..621807b71 100644
--- a/libre/gnustep-make-libre/PKGBUILD
+++ b/community/gnustep-make/PKGBUILD
@@ -3,23 +3,20 @@
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
-_pkgname=gnustep-make
-pkgname=gnustep-make-libre
-pkgver=2.6.1
-pkgrel=1
+pkgname=gnustep-make
+pkgver=2.6.2
+pkgrel=1.1
pkgdesc="The GNUstep make package with exceptions enabled"
-arch=('any')
+arch=('mips64el')
url="http://www.gnustep.org/"
license=('GPL')
depends=('glibc')
-conflicts=('gnustep-make-svn' 'gnustep-make')
-provides=('gnustep-make')
+conflicts=('gnustep-make-svn')
groups=('gnustep-core')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/${_pkgname}-$pkgver.tar.gz)
-md5sums=('071b3a807ca3ec93cda75ac210adc263')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/${pkgname}-$pkgver.tar.gz)
build() {
- cd $srcdir/${_pkgname}-$pkgver
+ cd $srcdir/${pkgname}-$pkgver
# The option is not needed, but makes clear why we rebuild this.
./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
--enable-native-objc-exceptions
@@ -29,3 +26,4 @@ build() {
$pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
$pkgdir/etc/profile.d/GNUstep.sh
}
+md5sums=('b926d142debc9f38d75b11019c31889f')