summaryrefslogtreecommitdiffstats
path: root/testing/libxml2/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-04 12:15:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-04 12:15:06 +0000
commit954bf1e4e5d7c05733997bd0c6ad975f4dc0fbe3 (patch)
treeb8579c2614db4db2c38433fac24cc91921b998e4 /testing/libxml2/APKBUILD
parent7b56e5a8249d7d7a0cf916dcfc27e284af51be92 (diff)
testing/libxml2: fix license
Diffstat (limited to 'testing/libxml2/APKBUILD')
-rw-r--r--testing/libxml2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libxml2/APKBUILD b/testing/libxml2/APKBUILD
index 9adcc28358e..1b613c3cf49 100644
--- a/testing/libxml2/APKBUILD
+++ b/testing/libxml2/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.7.2
pkgrel=0
pkgdesc="XML parsing library, version 2"
url="http://www.xmlsoft.org/"
-license="custom"
+license="MIT"
depends="zlib"
makedepends="zlib-dev"
subpackages="$pkgname-doc $pkgname-dev"
@@ -20,7 +20,7 @@ build() {
--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"