From f2be0e6d115ca9873a1b92d5f4fb975e90c75402 Mon Sep 17 00:00:00 2001 From: Kasper K Date: Sun, 30 May 2021 21:13:49 +0000 Subject: [PATCH] testing/libideviceactivation: new aport --- testing/libideviceactivation/APKBUILD | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/libideviceactivation/APKBUILD diff --git a/testing/libideviceactivation/APKBUILD b/testing/libideviceactivation/APKBUILD new file mode 100644 index 00000000000..1cb315ead19 --- /dev/null +++ b/testing/libideviceactivation/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Kasper K +# Maintainer: Kasper K +pkgname=libideviceactivation +pkgver=1.1.1 +pkgrel=0 +pkgdesc="Library to handle the activation process of iOS devices" +url="https://libimobiledevice.org" +arch="all" +license="LGPL-2.1-or-later" +makedepends="libimobiledevice-dev curl-dev libxml2-dev" +subpackages="$pkgname-dev $pkgname-doc" +source="https://github.com/libimobiledevice/libideviceactivation/releases/download/$pkgver/libideviceactivation-$pkgver.tar.bz2" + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --disable-static + make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="72d6e7024404d1a45e419ccdb7603268a1d96845c8636696b55d2c6edd3177b881ef0f5bd7aea548e88ef7976c83fbac63d3c3d7a9b76eba83de492c269ab02a libideviceactivation-1.1.1.tar.bz2"