[arch-commits] Commit in xerces-c/repos (4 files)

Lukas Fleischer lfleischer at archlinux.org
Tue Apr 12 20:02:42 UTC 2016


    Date: Tuesday, April 12, 2016 @ 22:02:42
  Author: lfleischer
Revision: 264737

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

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

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: xerces-c/repos/community-i686/PKGBUILD (from rev 264736, xerces-c/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-12 20:02:42 UTC (rev 264737)
@@ -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.1.3
+pkgrel=1
+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=('70320ab0e3269e47d978a6ca0c0e1e2d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Copied: xerces-c/repos/community-x86_64/PKGBUILD (from rev 264736, xerces-c/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-12 20:02:42 UTC (rev 264737)
@@ -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.1.3
+pkgrel=1
+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=('70320ab0e3269e47d978a6ca0c0e1e2d')
+
+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