summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/xmlrpc-c
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-23 17:56:01 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-23 17:56:01 (GMT)
commit03a1a4555589eecf2f4c58e128f6b9f6760fa0fd (patch)
treec65aba730e804fe07cc2a6636336c6ae1aef8203 /abs/extra-testing/xmlrpc-c
parent286c64a9a729bef4412e6f743c49adbbc28593fb (diff)
parent7f9313d1860b96caf5b0c70e88d153d2c4515e0a (diff)
downloadlinhes_pkgbuild-03a1a4555589eecf2f4c58e128f6b9f6760fa0fd.zip
linhes_pkgbuild-03a1a4555589eecf2f4c58e128f6b9f6760fa0fd.tar.gz
linhes_pkgbuild-03a1a4555589eecf2f4c58e128f6b9f6760fa0fd.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/xmlrpc-c')
-rw-r--r--abs/extra-testing/xmlrpc-c/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/abs/extra-testing/xmlrpc-c/PKGBUILD b/abs/extra-testing/xmlrpc-c/PKGBUILD
deleted file mode 100644
index 4a1057e..0000000
--- a/abs/extra-testing/xmlrpc-c/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Pierre Schmitz <pierre@archlinux.de>
-# Contributor: Vitaliy Berdinskikh <skipper13@root.ua>
-
-pkgname=xmlrpc-c
-pkgver=1.06.32
-pkgrel=1
-pkgdesc='This library provides a modular implementation of XML-RPC for C and C++'
-arch=('i686' 'x86_64')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool')
-options=('!makeflags' '!libtool')
-source=("http://downloads.sourceforge.net/xmlrpc-c/xmlrpc-c-${pkgver}.tgz")
-md5sums=('1a5a0771a22e75819d90e7fab38ef377')
-
-build() {
- [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
-
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-libxml2-backend \
- --disable-cgi-server \
- --disable-abyss-server \
- --disable-libwww-client \
- --disable-wininet-client
-
- make CFLAGS_PERSONAL="${CFLAGS}" || return 1
- make DESTDIR=$pkgdir install
-
- install -m 644 -D doc/COPYING $pkgdir/usr/share/licenses/${pkgname}/COPYING
-}