[arch-commits] CVS update of extra/emulators/hercules (PKGBUILD)

Kevin Piche kevin at archlinux.org
Sun Oct 7 17:43:14 UTC 2007


    Date: Sunday, October 7, 2007 @ 13:43:14
  Author: kevin
    Path: /home/cvs-extra/extra/emulators/hercules

Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: hercules 3.05-1


----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Index: extra/emulators/hercules/PKGBUILD
diff -u extra/emulators/hercules/PKGBUILD:1.11 extra/emulators/hercules/PKGBUILD:1.12
--- extra/emulators/hercules/PKGBUILD:1.11	Wed Jan 17 19:00:46 2007
+++ extra/emulators/hercules/PKGBUILD	Sun Oct  7 13:43:14 2007
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD,v 1.11 2007/01/18 00:00:46 kevin Exp $
+# $Id: PKGBUILD,v 1.12 2007/10/07 17:43:14 kevin Exp $
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=hercules
-pkgver=3.04.1
+pkgver=3.05
 pkgrel=1
-pkgdesc="Hercules is an open source software implementation of the mainframe System/370 and ESA/390 architectures"
-url="http://www.conmicro.cx/hercules/"
-source=(http://www.conmicro.cx/hercules/$pkgname-$pkgver.tar.gz)
+pkgdesc="A software implementation of the mainframe System/370 and ESA/390 architectures"
+url="http://www.hercules-390.org/"
+source=(http://www.hercules-390.org/$pkgname-$pkgver.tar.gz)
 arch=(i686 x86_64)
 license=('custom')
+options=(!libtool)
 depends=('bzip2' 'libgcrypt' 'zlib')
-md5sums=('7ca609490a5d135c91c3f69986e0a162')
+md5sums=('da8d85ac18c140b460574a0454abb936')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
-  # libtoolslay
-  find $startdir/pkg -name '*.la' -exec rm {} \;
   # license
   install -D -m644 COPYRIGHT \
-  		$startdir/pkg/usr/share/licenses/hercules/custom/qpl1
+  		$startdir/pkg/usr/share/licenses/hercules/qpl1
 }




More information about the arch-commits mailing list