mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
ifuse: update to 1.1.4.
This commit is contained in:
parent
0ea6aa41a2
commit
38b100705f
1 changed files with 13 additions and 7 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue