Date: Sunday, January 27, 2013 @ 17:17:38 Author: pierre Revision: 83151
extra2community: Moving hercules from extra to community Added: hercules/ hercules/repos/ hercules/trunk/ hercules/trunk/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Added: hercules/trunk/PKGBUILD =================================================================== --- hercules/trunk/PKGBUILD (rev 0) +++ hercules/trunk/PKGBUILD 2013-01-27 16:17:38 UTC (rev 83151) @@ -0,0 +1,30 @@ +# $Id$ +# Contributor: Tom Newsom <[email protected]> +# Maintainer: Kevin Piche <[email protected]> + +pkgname=hercules +pkgver=3.07 +pkgrel=2 +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=('a12aa1645b0695b25b7fc0c9a3ccab3a') + +build() { + cd $srcdir/$pkgname-$pkgver + # Change module extension from .la to .so. + sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make prefix=$pkgdir/usr install + install -D -m644 COPYRIGHT \ + $pkgdir/usr/share/licenses/hercules/qpl1 +} Property changes on: hercules/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
