19 lines
660 B
Bash
19 lines
660 B
Bash
# Template file for 'ifuse'
|
|
pkgname=ifuse
|
|
version=1.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config automake"
|
|
makedepends="fuse-devel libimobiledevice-devel"
|
|
depends="usbmuxd"
|
|
short_desc="FUSE filesystem to access the contents of an iPhone or iPod Touch"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://libimobiledevice.org/"
|
|
changelog="https://raw.githubusercontent.com/libimobiledevice/ifuse/master/NEWS"
|
|
distfiles="http://github.com/libimobiledevice/ifuse/archive/${version}.tar.gz"
|
|
checksum=2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|