[arch-commits] Commit in c-xsc (5 files)

Antonio Rojas arojas at archlinux.org
Wed Aug 30 13:30:28 UTC 2017


    Date: Wednesday, August 30, 2017 @ 13:30:27
  Author: arojas
Revision: 254779

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: c-xsc/repos/community-i686/PKGBUILD (from rev 254778, c-xsc/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-08-30 13:30:27 UTC (rev 254779)
@@ -0,0 +1,26 @@
+# 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 254778, c-xsc/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-08-30 13:30:27 UTC (rev 254779)
@@ -0,0 +1,26 @@
+# 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"
+}
+



More information about the arch-commits mailing list