[arch-commits] Commit in gnustep-make/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Mon Sep 9 19:40:34 UTC 2013


    Date: Monday, September 9, 2013 @ 21:40:34
  Author: bgyorgy
Revision: 96981

upgpkg: gnustep-make 2.6.5-2

Build different packages for each architectures (FS#29546)

Modified:
  gnustep-make/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-09 17:48:58 UTC (rev 96980)
+++ PKGBUILD	2013-09-09 19:40:34 UTC (rev 96981)
@@ -4,9 +4,9 @@
 
 pkgname=gnustep-make
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep make package"
-arch=('any')
+arch=('i686' 'x86_64')
 url="http://www.gnustep.org/"
 license=('GPL')
 depends=()
@@ -24,9 +24,6 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
-  sed -i 's|GNUSTEP_HOST_CPU=.*|GNUSTEP_HOST_CPU=`uname -m`|' $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh
-  sed -i 's|GNUSTEP_HOST=.*|GNUSTEP_HOST=`uname -m`-unknown-linux-gnu|' $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh
   install -D -m755 \
     $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
     $pkgdir/etc/profile.d/GNUstep.sh




More information about the arch-commits mailing list