From e7fee55d65c5bc0b3fe7412fffd4543da1997ae4 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Mon, 7 Nov 2011 21:50:32 +0100 Subject: Build gnustep-make-libre, gnustep-base-libre with exceptions and unarchiver. --- libre/gnustep-make-libre/PKGBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 libre/gnustep-make-libre/PKGBUILD (limited to 'libre/gnustep-make-libre/PKGBUILD') diff --git a/libre/gnustep-make-libre/PKGBUILD b/libre/gnustep-make-libre/PKGBUILD new file mode 100644 index 000000000..dedf944a3 --- /dev/null +++ b/libre/gnustep-make-libre/PKGBUILD @@ -0,0 +1,31 @@ +# Parabola maintainer: Michał Masłowski +# $Id: PKGBUILD 56053 2011-09-29 17:24:54Z spupykin $ +# Maintainer: Vesa Kaihlavirta +# Contributor: Sebastian Sareyko + +_pkgname=gnustep-make +pkgname=gnustep-make-libre +pkgver=2.6.1 +pkgrel=1 +pkgdesc="The GNUstep make package with exceptions enabled" +arch=('any') +url="http://www.gnustep.org/" +license=('GPL') +depends=('glibc') +conflicts=('gnustep-make-svn' 'gnustep-make') +provides=('gnustep-make') +groups=('gnustep-core') +source=(ftp://ftp.gnustep.org/pub/gnustep/core/${_pkgname}-$pkgver.tar.gz) +md5sums=('071b3a807ca3ec93cda75ac210adc263') + +build() { + 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 + make + make DESTDIR=$pkgdir install + install -D -m755 \ + $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \ + $pkgdir/etc/profile.d/GNUstep.sh +} -- cgit v1.2.3-54-g00ecf