diff options
Diffstat (limited to 'community/xerces-c/PKGBUILD')
-rw-r--r-- | community/xerces-c/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/community/xerces-c/PKGBUILD b/community/xerces-c/PKGBUILD deleted file mode 100644 index 9048826b4..000000000 --- a/community/xerces-c/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 65252 2012-02-20 12:36:18Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Geoffroy Carrier <geoffroy@archlinux.org> -# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> -# Contributor: pukyxd - -pkgname=xerces-c -pkgver=3.1.1 -pkgrel=3 -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') -options=('!libtool') -source=("http://apache.osuosl.org/xerces/c/3/sources/xerces-c-${pkgver}.tar.gz") -md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc - make - make DESTDIR=${pkgdir}/ install -} |