[arch-commits] Commit in iverilog/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Oct 18 13:59:11 UTC 2020
Date: Sunday, October 18, 2020 @ 13:59:11
Author: ffy00
Revision: 726026
archrelease: copy trunk to community-x86_64
Added:
iverilog/repos/community-x86_64/PKGBUILD
(from rev 726025, iverilog/trunk/PKGBUILD)
Deleted:
iverilog/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-18 13:58:59 UTC (rev 726025)
+++ PKGBUILD 2020-10-18 13:59:11 UTC (rev 726026)
@@ -1,39 +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.3
-pkgrel=2
-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"
-
- CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
- ./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 726025, iverilog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-18 13:59:11 UTC (rev 726026)
@@ -0,0 +1,39 @@
+# 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=11.0
+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"
+
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+ ./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