author | Alexander Rødseth
<xyproto@archlinux.org> 2013-11-04 09:20:28 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2013-11-04 09:20:28 UTC |
parent | 808cb0cd22d6bc04ffeadfaeae72b0d4c531a986 |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index b26aff9..aabd4b6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=iverilog pkgver=0.9.7 -pkgrel=2 +pkgrel=3 pkgdesc='Icarus Verilog compiler and simulation tool' arch=('x86_64' 'i686') url='http://iverilog.icarus.com/' @@ -13,6 +13,7 @@ url='http://iverilog.icarus.com/' license=('GPL') makedepends=('readline' 'gperf') depends=('bzip2' 'sh' 'gcc-libs' 'zlib') +options=('staticlibs') source=("ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz") sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454') @@ -24,9 +25,7 @@ build() { } package() { - cd "${pkgname/i}-$pkgver" - - make -j1 prefix="$pkgdir/usr" install + make -C "${pkgname/i}-$pkgver" -j1 prefix="$pkgdir/usr" install } # vim:set ts=2 sw=2 et: