[arch-commits] Commit in iverilog/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Aug 26 11:24:46 UTC 2019


    Date: Monday, August 26, 2019 @ 11:24:45
  Author: arojas
Revision: 502124

archrelease: copy trunk to community-x86_64

Added:
  iverilog/repos/community-x86_64/PKGBUILD
    (from rev 502123, iverilog/trunk/PKGBUILD)
Deleted:
  iverilog/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-26 11:24:27 UTC (rev 502123)
+++ PKGBUILD	2019-08-26 11:24:45 UTC (rev 502124)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Jared Casper <jaredcasper at gmail.com>
-# Contributor: Paulo Matias <matias archlinux-br org>
-
-pkgname=iverilog
-pkgver=10.2
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('gperf' 'git')
-options=('staticlibs')
-source=("git+https://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim: ts=2 sw=2 et:
-# getver: raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 502123, iverilog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-26 11:24:45 UTC (rev 502124)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Jared Casper <jaredcasper at gmail.com>
+# Contributor: Paulo Matias <matias archlinux-br org>
+
+pkgname=iverilog
+pkgver=10.3
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+depends=('zlib' 'bzip2')
+makedepends=('gperf' 'git')
+options=('staticlibs')
+source=("git+https://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:
+# getver: raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh



More information about the arch-commits mailing list