aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mxml
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-08 05:36:54 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-08 16:11:51 +0000
commitcee8bcbabf612254ed4533c698417f891f9c7bdd (patch)
tree1fde99340a5ee1624be8fc52a714d9269ac8c1af /testing/mxml
parentcece691c51a90694a84bd8442fe548a700e104b1 (diff)
downloadaports-cee8bcbabf612254ed4533c698417f891f9c7bdd.tar.bz2
aports-cee8bcbabf612254ed4533c698417f891f9c7bdd.tar.xz
testing/mxml: upgrade to 3.0
Closes GH-8641
Diffstat (limited to 'testing/mxml')
-rw-r--r--testing/mxml/APKBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/testing/mxml/APKBUILD b/testing/mxml/APKBUILD
index 4f3fc2630e..49d7a533bc 100644
--- a/testing/mxml/APKBUILD
+++ b/testing/mxml/APKBUILD
@@ -1,18 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mxml
-pkgver=2.12
+pkgver=3.0
pkgrel=0
pkgdesc="Small XML library that you can use to read and write XML files"
url="https://www.msweet.org/mxml/"
arch="all"
-license="LGPL-2.0"
+license="Apache-2.0"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/michaelrsweet/mxml/archive/v${pkgver}.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
build() {
- cd "$builddir"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
@@ -22,13 +19,12 @@ build() {
}
check() {
- cd "$builddir"
make testmxml
}
package() {
- cd "$builddir"
make BUILDROOT="$pkgdir" install
+ rm -f "$pkgdir"/usr/lib/*.a
}
-sha512sums="49233a0087f3ef73a01ef71bb79511af36bb72027e3d9f6df919385e9ff0b03a489a3ccc590941bc4af1f558f82b2ed9bf8ff641863300a7791ce6dddfd56e77 mxml-2.12.tar.gz"
+sha512sums="3c540348022226b122ce014f183368cda6631600a11d8f4d43c99c62fba2f3ca4b23dff4122082f63915b59a46a5475d1d12d0081f9315c65f5c044ac3c751d6 mxml-3.0.tar.gz"