Date: Monday, March 6, 2023 @ 09:34:24
Author: felixonmars
Revision: 1415335
archrelease: copy trunk to community-x86_64
Added:
systemc/repos/community-x86_64/PKGBUILD
(from rev 1415334, systemc/trunk/PKGBUILD)
Deleted:
systemc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-06 09:34:12 UTC (rev 1415334)
+++ PKGBUILD 2023-03-06 09:34:24 UTC (rev 1415335)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Simon Doppler <dopsi[at]dopsi[dot]ch>
-# Contributor: Kyle Brooks <brookskd[at]gmail[dot]com>
-# Contributor: bl4ckb0x <navkamal90[at]gmail[dot]com>
-
-pkgname=systemc
-pkgver=2.3.3
-pkgrel=2
-pkgdesc="Set of C++ classes and macros which provide an event-driven
simulation interface for modeling and describing complex hardware systems"
-url="http://www.accellera.org/downloads/standards/systemc"
-arch=('x86_64')
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('cmake' 'ninja')
-replaces=('systemc-cmake')
-source=("http://accellera.org/images/downloads/standards/systemc/$pkgname-$pkgver.tar.gz")
-sha512sums=('831255f8e76e1cf776e0407c92c7a0b70ba63cf6b1785a2df372a6394440944540a8ae62264ef5293a7b951bd8b37de089ef0dbc0ee2d0354e69ce552c020ca2')
-
-prepare() {
- mkdir -p build
- sed -i 's/set (CMAKE_BUILD_TYPE Release/set (CMAKE_BUILD_TYPE ""/'
$pkgname-$pkgver/CMakeLists.txt
-}
-
-build() {
- cd build
- cmake -GNinja -DCMAKE_CXX_STANDARD=17 -DCMAKE_INSTALL_PREFIX=/usr
../$pkgname-$pkgver
- ninja
-}
-
-check() {
- cd build
- ninja check
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-}
Copied: systemc/repos/community-x86_64/PKGBUILD (from rev 1415334,
systemc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 09:34:24 UTC (rev 1415335)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Simon Doppler <dopsi[at]dopsi[dot]ch>
+# Contributor: Kyle Brooks <brookskd[at]gmail[dot]com>
+# Contributor: bl4ckb0x <navkamal90[at]gmail[dot]com>
+
+pkgname=systemc
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="Set of C++ classes and macros which provide an event-driven
simulation interface for modeling and describing complex hardware systems"
+url="http://www.accellera.org/downloads/standards/systemc"
+arch=('x86_64')
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake' 'ninja')
+replaces=('systemc-cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/accellera-official/systemc/archive/$pkgver.tar.gz")
+sha512sums=('3ef4b5e9c05b8d03e856598ddc27ad50a0a39a7f9334cd00faefeacdf954b6527104d3238c4e8bfa88c00dc382f4da5a50efbd845fe0b6cc2f5a025c993deefd')
+
+prepare() {
+ mkdir -p build
+ sed -i 's/set (CMAKE_BUILD_TYPE Release/set (CMAKE_BUILD_TYPE ""/'
$pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+ cd build
+ cmake -GNinja -DCMAKE_CXX_STANDARD=17 -DCMAKE_INSTALL_PREFIX=/usr
../$pkgname-$pkgver
+ ninja
+}
+
+check() {
+ cd build
+ ninja check
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}