usbmuxd: update to 1.1.1.
This commit is contained in:
parent
f251cf80cf
commit
50686d7058
1 changed files with 11 additions and 6 deletions
|
@ -1,21 +1,26 @@
|
|||
# Template file for 'usbmuxd'
|
||||
pkgname=usbmuxd
|
||||
version=1.1.0
|
||||
revision=8
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-systemd"
|
||||
make_dirs="/var/lib/lockdown 0755 usbmux usbmux"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config automake libtool"
|
||||
makedepends="libusb-devel libimobiledevice-devel"
|
||||
short_desc="USB Multiplex Daemon"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
|
||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
|
||||
homepage="https://libimobildedevice.org"
|
||||
changelog="https://raw.githubusercontent.com/libimobiledevice/usbmuxd/master/NEWS"
|
||||
distfiles="http://github.com/libimobiledevice/usbmuxd/archive/${version}.tar.gz"
|
||||
checksum=e7ce30143e69d77fc5aa6fb0cb5f0cfcdbeff47eb1ac7fd90ac259a90de9fadd
|
||||
usbmux_homedir="/var/lib/lockdown"
|
||||
system_accounts="usbmux"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv usbmuxd
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue