diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/libnxml | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_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')
-rw-r--r-- | abs/extra-testing/libnxml/PKGBUILD | 22 |
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 -} |