aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-04 12:15:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-04 12:15:44 +0000
commit49d50b7752a44b7e27b3b52acdc451e6c612103e (patch)
tree0684d5ed20c8ec828b1e904113ac697211808562 /testing
parent954bf1e4e5d7c05733997bd0c6ad975f4dc0fbe3 (diff)
downloadaports-49d50b7752a44b7e27b3b52acdc451e6c612103e.tar.bz2
aports-49d50b7752a44b7e27b3b52acdc451e6c612103e.tar.xz
extra/libxml2: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libxml2/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/libxml2/APKBUILD b/testing/libxml2/APKBUILD
deleted file mode 100644
index 1b613c3cf4..0000000000
--- a/testing/libxml2/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter at gmail>
-# Maintainer: Carlo Landmeter <clandmeter at gmail>
-pkgname=libxml2
-pkgver=2.7.2
-pkgrel=0
-pkgdesc="XML parsing library, version 2"
-url="http://www.xmlsoft.org/"
-license="MIT"
-depends="zlib"
-makedepends="zlib-dev"
-subpackages="$pkgname-doc $pkgname-dev"
-source="ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make -j1 DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-md5sums="dc43ff7ae6aded45f578c87b7b0c8766 libxml2-2.7.2.tar.gz"