[arch-commits] Commit in xerces-c/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Nov 12 12:12:22 UTC 2017
Date: Sunday, November 12, 2017 @ 12:12:21
Author: foutrelis
Revision: 309600
archrelease: copy trunk to staging-x86_64
Added:
xerces-c/repos/staging-x86_64/
xerces-c/repos/staging-x86_64/PKGBUILD
(from rev 309599, xerces-c/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: xerces-c/repos/staging-x86_64/PKGBUILD (from rev 309599, xerces-c/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-11-12 12:12:21 UTC (rev 309600)
@@ -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.0
+pkgrel=2
+pkgdesc="A validating XML parser written in a portable subset of C++"
+arch=('i686' 'x86_64')
+url="http://xerces.apache.org/xerces-c/"
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz")
+md5sums=('71f035103ef8157586a3be825c1553fd')
+
+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