[arch-commits] Commit in xerces-c/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Apr 14 11:33:48 UTC 2018


    Date: Saturday, April 14, 2018 @ 11:33:47
  Author: bpiotrowski
Revision: 321793

archrelease: copy trunk to staging-x86_64

Added:
  xerces-c/repos/staging-x86_64/
  xerces-c/repos/staging-x86_64/PKGBUILD
    (from rev 321791, xerces-c/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: xerces-c/repos/staging-x86_64/PKGBUILD (from rev 321791, xerces-c/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-04-14 11:33:47 UTC (rev 321793)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+
+pkgname=xerces-c
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="A validating XML parser written in a portable subset of C++"
+arch=('x86_64')
+url="http://xerces.apache.org/xerces-c/"
+license=('APACHE')
+depends=('gcc-libs' 'curl' 'libnsl')
+source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz")
+md5sums=('fe951ca5d93713db31b026fab2d042d7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list