From 13129b99661d439847296d2609e361ccda81e0b4 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 1 Jun 2019 15:42:37 +0200 Subject: community/uhttpmock: add patch to only listen on IPv4 * fix url & license * enable tests * modernize APKBUILD Closes GH-7597 --- community/uhttpmock/APKBUILD | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'community/uhttpmock/APKBUILD') diff --git a/community/uhttpmock/APKBUILD b/community/uhttpmock/APKBUILD index 3a34f74b19..d198c24d56 100644 --- a/community/uhttpmock/APKBUILD +++ b/community/uhttpmock/APKBUILD @@ -1,21 +1,19 @@ +# Contributor: Rasmus Thomsen # Maintainer: Natanael Copa pkgname=uhttpmock pkgver=0.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="HTTP web service mocking library" -url="http://gitorious.org/uhttpmock/" +url="https://gitlab.com/uhttpmock/uhttpmock" arch="all" -license="LGPL-2.0" -depends="" +license="LGPL-2.1-or-later" makedepends="glib-dev libsoup-dev" -install="" -subpackages="$pkgname-dev $pkgname-doc" -source="https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz" - -builddir="$srcdir"/uhttpmock-$pkgver +checkdepends="gsettings-desktop-schemas" +subpackages="$pkgname-static $pkgname-dev $pkgname-doc" +source="https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz + only-listen-on-ipv4.patch" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -23,15 +21,17 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --localstatedir=/var \ - --disable-static \ - || return 1 - make || return 1 + --localstatedir=/var + make +} + +check() { + make check } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } -sha512sums="99135c0983be78eaaf962e5b182eaaf921e1d6ed30f98691d8766e9d4a9e07188965ce3f546a13a8c32b148bad305083cc3cfdf48d9a8b91efffaec5a46d8006 uhttpmock-0.5.1.tar.xz" +sha512sums="99135c0983be78eaaf962e5b182eaaf921e1d6ed30f98691d8766e9d4a9e07188965ce3f546a13a8c32b148bad305083cc3cfdf48d9a8b91efffaec5a46d8006 uhttpmock-0.5.1.tar.xz +1125328a45694d669e9b9e8594c022d8d1a40e5c1a07adf53a9b4002288191bf0db13ca5c5f3e60d21b56a03ebf43f9fda10aaef1d09376e818a0a0eee4a108e only-listen-on-ipv4.patch" -- cgit v1.2.3