mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/ifuse: new aport
This commit is contained in:
parent
71bc61a6ed
commit
46047bdc45
31
testing/ifuse/APKBUILD
Normal file
31
testing/ifuse/APKBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
# Contributor: Kasper K <kasperkantz@outlook.com>
|
||||
# Maintainer: Kasper K <kasperkantz@outlook.com>
|
||||
pkgname=ifuse
|
||||
pkgver=1.1.4
|
||||
pkgrel=0
|
||||
pkgdesc="Fuse filesystem to access the contents of iOS devices"
|
||||
url="https://libimobiledevice.org"
|
||||
arch="all"
|
||||
license="LGPL-2.1-or-later"
|
||||
makedepends="libudev-zero-dev libimobiledevice-dev fuse-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/libimobiledevice/ifuse/releases/download/$pkgver/ifuse-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--host=$CHOST \
|
||||
--build=$CBUILD \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="671fabb0828fb6dd5ddba80ef418005305f4ee4676ab1078513a83582e84616f47c8973c25e1fdd8897b08a01a135080898a55d3ad8b31e89c0bb72ee865cdff ifuse-1.1.4.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user