summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/libnxml/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/libnxml/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/libnxml/PKGBUILD')
-rw-r--r--abs/extra-testing/libnxml/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra-testing/libnxml/PKGBUILD b/abs/extra-testing/libnxml/PKGBUILD
deleted file mode 100644
index 0c4f9cb..0000000
--- a/abs/extra-testing/libnxml/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD,v 1.1 2008/09/27 07:05:31 allan Exp $
-# Maintainer: Allan McRae <allan@archlinux.org>
-# Contributor: Bernhard Walle <bernhard.walle@gmx.de>
-
-pkgname=libnxml
-pkgver=0.18.3
-pkgrel=1
-pkgdesc="C library for parsing, writing and creating XML 1.0 and 1.1 files or streams"
-url="http://www2.autistici.org/bakunin//libnxml/"
-license=('LGPL')
-depends=('curl')
-arch=('i686' 'x86_64')
-options=('!libtool')
-source=(http://www2.autistici.org/bakunin//libnxml/$pkgname-$pkgver.tar.gz)
-md5sums=('857f43970e7f0724d28f4ddc87085daf')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$pkgdir install
-}