Date: Sunday, March 12, 2023 @ 15:22:41
Author: jelle
Revision: 1419319
archrelease: copy trunk to community-x86_64
Added:
spike/repos/community-x86_64/PKGBUILD
(from rev 1419318, spike/trunk/PKGBUILD)
Deleted:
spike/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-12 15:22:34 UTC (rev 1419318)
+++ PKGBUILD 2023-03-12 15:22:41 UTC (rev 1419319)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: loqs
-# Contributor: Paulo Matos <[email protected]>
-# Contributor: b4283 <[email protected]>
-
-pkgname=spike
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='Spike, a RISC-V ISA Simulator'
-arch=(x86_64)
-url='https://github.com/riscv/riscv-isa-sim'
-license=(BSD)
-groups=(risc-v)
-depends=(dtc)
-replaces=(fesvr)
-conflicts=(fesvr)
-makedepends=(git)
-source=("git+https://github.com/riscv/riscv-isa-sim#commit=530af85d83781a3dae31a4ace84a573ec255fefa")
# tag: v1.1.0
-b2sums=(SKIP)
-
-build() {
- cd riscv-isa-sim
- ./configure --prefix=/usr
- make LDFLAGS="$LDFLAGS -s -w" CFLAGS="$CFLAGS -ffat-lto-objects"
CXXFLAGS="$CXXFLAGS -ffat-lto-objects"
-}
-
-package() {
- cd riscv-isa-sim
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: spike/repos/community-x86_64/PKGBUILD (from rev 1419318,
spike/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-12 15:22:41 UTC (rev 1419319)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: loqs
+# Contributor: Paulo Matos <[email protected]>
+# Contributor: b4283 <[email protected]>
+
+pkgname=spike
+pkgver=1.1.0
+pkgrel=4
+pkgdesc='Spike, a RISC-V ISA Simulator'
+arch=(x86_64)
+url='https://github.com/riscv/riscv-isa-sim'
+license=(BSD)
+groups=(risc-v)
+depends=(dtc)
+replaces=(fesvr)
+conflicts=(fesvr)
+makedepends=(git)
+source=("git+https://github.com/riscv/riscv-isa-sim#commit=530af85d83781a3dae31a4ace84a573ec255fefa")
# tag: v1.1.0
+b2sums=(SKIP)
+
+build() {
+ cd riscv-isa-sim
+ ./configure --prefix=/usr
+ make LDFLAGS="$LDFLAGS -s -w" CFLAGS="$CFLAGS -ffat-lto-objects"
CXXFLAGS="$CXXFLAGS -ffat-lto-objects"
+}
+
+package() {
+ cd riscv-isa-sim
+ make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}