diff options
Diffstat (limited to 'community/systemc')
-rw-r--r-- | community/systemc/APKBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/community/systemc/APKBUILD b/community/systemc/APKBUILD index c0bcc9a182..1d5e9878e3 100644 --- a/community/systemc/APKBUILD +++ b/community/systemc/APKBUILD @@ -1,16 +1,12 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=systemc -pkgver=2.3.2 -pkgrel=1 +pkgver=2.3.3 +pkgrel=0 pkgdesc="C++ library for modeling and describing complex hardware systems" url="http://www.accellera.org/downloads/standards/systemc" arch="x86 x86_64" # upstream only supports x86* license="Apache-2.0" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" subpackages="$pkgname-doc $pkgname-dev" source="http://www.accellera.org/images/downloads/standards/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver/objdir" @@ -21,7 +17,6 @@ prepare() { } build() { - cd "$builddir" ../configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,18 +24,17 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --with-unix-layout=yes + --with-unix-layout=yes \ + --disable-static make } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="050e99a50997a6a9594d6083d1d990540026fa4ab5985ec2923602c40cc4f55a2b099cd71b681ba52e5ed745ce016133244d0dc061b79676804c3c07568e60e9 systemc-2.3.2.tar.gz" +sha512sums="831255f8e76e1cf776e0407c92c7a0b70ba63cf6b1785a2df372a6394440944540a8ae62264ef5293a7b951bd8b37de089ef0dbc0ee2d0354e69ce552c020ca2 systemc-2.3.3.tar.gz" |