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

Antonio Rojas arojas at archlinux.org
Fri May 8 07:52:11 UTC 2020


    Date: Friday, May 8, 2020 @ 07:52:10
  Author: arojas
Revision: 625546

archrelease: copy trunk to community-x86_64

Added:
  c-xsc/repos/community-x86_64/PKGBUILD
    (from rev 625545, c-xsc/trunk/PKGBUILD)
Deleted:
  c-xsc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 07:51:48 UTC (rev 625545)
+++ PKGBUILD	2020-05-08 07:52:10 UTC (rev 625546)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=c-xsc
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="A C++ class library"
-arch=(i686 x86_64)
-url="http://www2.math.uni-wuppertal.de/~xsc/"
-license=(GPL2)
-depends=(gcc-libs)
-makedepends=()
-source=("http://www2.math.uni-wuppertal.de/~xsc/xsc/cxsc/cxsc-${pkgver//./-}.tar.gz")
-sha256sums=('fd0d824fd94bef3aae55b95e5ef19342b653fe3ff4fb561364e942c809eb616b')
-
-build() {
-  cd cxsc-${pkgver//./-}
-  autoreconf -vi
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd cxsc-${pkgver//./-}
-  make install DESTDIR="$pkgdir"
-}
-

Copied: c-xsc/repos/community-x86_64/PKGBUILD (from rev 625545, c-xsc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 07:52:10 UTC (rev 625546)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=c-xsc
+pkgver=2.5.4
+pkgrel=2
+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)
+makedepends=()
+source=("http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc/cxsc-${pkgver//./-}.tar.gz")
+sha256sums=('fd0d824fd94bef3aae55b95e5ef19342b653fe3ff4fb561364e942c809eb616b')
+
+build() {
+  cd cxsc-${pkgver//./-}
+  autoreconf -vi
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd cxsc-${pkgver//./-}
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list