Received: from mx.hexasoft.my (mx.hexasoft.my [198.58.111.63]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 5B14722306E for ; Thu, 12 Jan 2023 07:44:07 +0000 (UTC) Received: from kayako.hexasoft.com.my (ec2-44-208-0-14.compute-1.amazonaws.com [44.208.0.14]) by mx.hexasoft.my (Postfix) with ESMTPSA id 68E3B3D6E4 for ; Thu, 12 Jan 2023 15:44:05 +0800 (+08) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ip2location.com; s=default; t=1673509445; bh=urp1m/T5V+3svSjL0eyzEPu9alzyLJZy5vXRy8Qa2+c=; h=Date:Subject:From:Reply-To:To:From; b=jEsBZgKj86V9/vxnerRrUjmFpyNMToE+9WN7W71Wqp4k0AAHTVbWO5zc69BUbVgnl DLHu7l/JPAxy7MD1yPBld/MVbzaDIY6yTTKZNcip9RKtzUhPHBS0q/rCLA4cVKbMRA l/UTIjWogKeCDn2hMzqQh0onJNgWj1aWIAEdUCBw= Message-ID: <6dbbc41e60e418099d0ae6d79734516d@kayako.hexasoft.com.my> Date: Thu, 12 Jan 2023 15:44:02 +0800 Subject: [#HPH-202-17182]: [PATCH] testing/ip2location: new aport From: IP2Location Customer Success Reply-To: support@ip2location.com To: alpine-aports@lists.alpinelinux.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) https://github.com/chrislim2888/IP2Location-C-Library Lookup country details by IP. --- testing/ip2location/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/ip2location/APKBUILD diff --git a/testing/ip2location/APKBUILD b/testing/ip2location/APKBUILD new file mode 100644 index 0000000000..74079045f0 --- /dev/null +++ b/testing/ip2location/APKBUILD @@ -0,0 +1,31 @@ +# Maintainer: IP2Location +pkgname=3Dip2location +_pkgname=3D"IP2Location" +pkgver=3D8.5.1 +pkgrel=3D1 +pkgdesc=3D"Lookup country, region and city information by IP addresses" +url=3D"https://www.ip2location.com/development-libraries/ip2location/c" +arch=3D"all" +license=3D"MIT" +makedepends=3D"build-base automake autoconf libtool zlib-dev" +subpackages=3D"$pkgname-dev" +source=3D"https://github.com/chrislim2888/IP2Location-C-Library/archive/re= fs/tags/$pkgver.zip" +builddir=3D"$srcdir"/IP2Location-C-Library-$pkgver + +build() { +=09autoreconf -i -v --force +=09./configure +=09make +} + +package() { +=09make install +} + +check() { +=09make check +} + +sha512sums=3D" +f6bebed88957eb17a5d2eb781808aa755f10ebbffe2cbd21d6c4fe7ece8dedd18ba784fb95= ed05f92626c5931a4e5e66cc8a7440389331e3e34eb00c3a523445 8.5.1.zip +" --=20 2.38.2 Regards, SK Kiu IP2Location Customer Success Team Hexa= soft Development Sdn Bhd Website: https://www.ip2location.com Facebook:= https://www.facebook.com/ip2location Twitter: https://www.twitter.com/ip= 2location