diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-27 15:48:18 +0100 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-27 15:48:30 +0100 |
| commit | edc4449fcdac91ad94207bf2ef804d32805668d3 (patch) | |
| tree | 9cd18c2010d4a493e378b392bc73a6583315409e /community/systemc/APKBUILD | |
| parent | 2976c5f977e42dcafdecdf05fc6eedbd5825ecbe (diff) | |
| download | aports-edc4449fcdac91ad94207bf2ef804d32805668d3.tar.bz2 aports-edc4449fcdac91ad94207bf2ef804d32805668d3.tar.xz | |
community/systemc: add -static subpackage
Diffstat (limited to 'community/systemc/APKBUILD')
| -rw-r--r-- | community/systemc/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/systemc/APKBUILD b/community/systemc/APKBUILD index 595d4f463d..209cda764f 100644 --- a/community/systemc/APKBUILD +++ b/community/systemc/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=systemc pkgver=2.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="C++ library for modeling and describing complex hardware systems" url="https://www.accellera.org/downloads/standards/systemc" arch="x86 x86_64" # upstream only supports x86* license="Apache-2.0" -subpackages="$pkgname-doc $pkgname-dev" +subpackages="$pkgname-doc $pkgname-static $pkgname-dev" source="https://www.accellera.org/images/downloads/standards/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver/objdir" @@ -25,7 +25,7 @@ build() { --mandir=/usr/share/man \ --localstatedir=/var \ --with-unix-layout=yes \ - --disable-static + --enable-static make } |
