mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 16:47:02 +02:00
43 lines
1,014 B
Text
43 lines
1,014 B
Text
# Contributor: Kasper K <kasperkantz@outlook.com>
|
|
maintainer="Krassy Boykinov <kboykinov@teamcentrixx.com>"
|
|
pkgname=libirecovery
|
|
pkgver=1.2.1
|
|
pkgrel=0
|
|
pkgdesc="Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux"
|
|
url="https://libimobiledevice.org"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="
|
|
libimobiledevice-glue-dev
|
|
libusb-dev
|
|
readline-dev
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-progs"
|
|
source="https://github.com/libimobiledevice/libirecovery/releases/download/$pkgver/libirecovery-$pkgver.tar.bz2"
|
|
|
|
build() {
|
|
./configure \
|
|
--host=$CHOST \
|
|
--build=$CBUILD \
|
|
--prefix=/usr \
|
|
--disable-static
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
progs() {
|
|
pkgdesc="Tools that talks iPhone and iPod Touch devices' protocols on Linux"
|
|
depends=""
|
|
amove usr/bin
|
|
}
|
|
|
|
sha512sums="
|
|
43a3dab97deb7251f093260b432530428acaaa4c5bbfeac2a2f7db98197ce5bb77d465aedbc40d3555c06ef9420c26383c6a8316c7be57440025bbdf8c0640bb libirecovery-1.2.1.tar.bz2
|
|
"
|