summaryrefslogtreecommitdiff
path: root/community/hercules/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hercules/PKGBUILD')
-rw-r--r--community/hercules/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/community/hercules/PKGBUILD b/community/hercules/PKGBUILD
index 9a1396446..2a0609717 100644
--- a/community/hercules/PKGBUILD
+++ b/community/hercules/PKGBUILD
@@ -1,32 +1,32 @@
-# $Id: PKGBUILD 99809 2013-10-31 01:50:39Z allan $
+# $Id: PKGBUILD 108015 2014-03-21 00:37:09Z eric $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=hercules
-pkgver=3.08
+pkgver=3.10
pkgrel=1
-arch=('x86_64' 'i686')
pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('i686' 'x86_64')
url='http://www.hercules-390.eu/'
-source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz")
license=('custom')
depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
-sha256sums=('85e217773587f2278d4b6cb6bc815e042cfc982d0fc14baa0da4a84dea399e9d')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz")
+sha256sums=('26264569b7d78bbc3b6221926051ac3761c4a792dfc84d591d3230de40aa46fa')
build() {
- cd "$srcdir/$pkgname-$pkgver"
-
+ cd $pkgname-$pkgver
# Change module extension from .la to .so.
sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
./configure --prefix=/usr
- make -j1
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
- make prefix="$pkgdir/usr" install
+ make DESTDIR="$pkgdir" install
install -Dm644 COPYRIGHT \
"$pkgdir/usr/share/licenses/hercules/qpl1"
}