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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Aug 18 18:45:22 UTC 2010


    Date: Wednesday, August 18, 2010 @ 14:45:21
  Author: andyrtr
Revision: 87909

upgpkg: bin86 0.16.17-5
remove from base-devel group; #18718

Modified:
  bin86/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-18 18:43:37 UTC (rev 87908)
+++ PKGBUILD	2010-08-18 18:45:21 UTC (rev 87909)
@@ -2,12 +2,11 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=bin86
 pkgver=0.16.17
-pkgrel=4
+pkgrel=5
 pkgdesc="A complete 8086 assembler and loader"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.debath.co.uk/"
-groups=('base-devel')
 depends=('glibc')
 source=(http://homepage.ntlworld.com/robert.debath/dev86/$pkgname-$pkgver.tar.gz
 	bin86-0.16.17-x86_64-1.patch)
@@ -18,7 +17,11 @@
   if [ "$CARCH" = "x86_64" ]; then
      patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch || return 1
   fi
-  make PREFIX=/usr || return 1
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
   make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
 }




More information about the arch-commits mailing list