Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / c-xsc


Commits:
583028d2 by Antonio Rojas at 2024-07-01T22:36:30+02:00
upgpkg: 2.5.4-3: Rebuild for missing .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = c-xsc
+       pkgdesc = A C++ class library
+       pkgver = 2.5.4
+       pkgrel = 3
+       url = http://www2.math.uni-wuppertal.de/org/WRST/xsc-frame/index.html
+       arch = x86_64
+       license = GPL-2.0-or-later
+       depends = gcc-libs
+       depends = glibc
+       source = 
http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc/cxsc-2-5-4.tar.gz
+       sha256sums = 
fd0d824fd94bef3aae55b95e5ef19342b653fe3ff4fb561364e942c809eb616b
+
+pkgname = c-xsc


=====================================
PKGBUILD
=====================================
@@ -2,19 +2,21 @@
 
 pkgname=c-xsc
 pkgver=2.5.4
-pkgrel=2
-pkgdesc="A C++ class library"
+pkgrel=3
+pkgdesc='A C++ class library'
 arch=(x86_64)
-url="http://www2.math.uni-wuppertal.de/org/WRST/xsc-frame/index.html";
-license=(GPL2)
-depends=(gcc-libs)
+url='http://www2.math.uni-wuppertal.de/org/WRST/xsc-frame/index.html'
+license=(GPL-2.0-or-later)
+depends=(gcc-libs
+         glibc)
 makedepends=()
-source=("http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc/cxsc-${pkgver//./-}.tar.gz";)
+source=(http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc/cxsc-${pkgver//./-}.tar.gz)
 sha256sums=('fd0d824fd94bef3aae55b95e5ef19342b653fe3ff4fb561364e942c809eb616b')
 
 build() {
   cd cxsc-${pkgver//./-}
   autoreconf -vi
+  CXXFLAGS+=" -std=c++11" \
   ./configure --prefix=/usr --libexecdir=/usr/lib
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/c-xsc/-/commit/583028d2fec58e884657a9dee5e90f718c5108e2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/c-xsc/-/commit/583028d2fec58e884657a9dee5e90f718c5108e2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to