diff --git a/srcpkgs/ifuse/template b/srcpkgs/ifuse/template index a4255ae131..fcc104db29 100644 --- a/srcpkgs/ifuse/template +++ b/srcpkgs/ifuse/template @@ -1,13 +1,19 @@ # Template file for 'ifuse' pkgname=ifuse -version=1.1.3 -revision=6 +version=1.1.4 +revision=1 build_style=gnu-configure -hostmakedepends="pkg-config" +hostmakedepends="pkg-config automake" makedepends="libressl-devel fuse-devel libimobiledevice-devel" -short_desc="A fuse filesystem to access the contents of an iPhone or iPod Touch" +depends="usbmuxd" +short_desc="FUSE filesystem to access the contents of an iPhone or iPod Touch" maintainer="Orphaned " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="http://libimobiledevice.org/" -distfiles="http://www.libimobiledevice.org/downloads/ifuse-${version}.tar.bz2" -checksum=a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add +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 +}