mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'usbmuxd'
|
||||||
pkgname=usbmuxd
|
pkgname=usbmuxd
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
revision=8
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-systemd"
|
configure_args="--without-systemd"
|
||||||
make_dirs="/var/lib/lockdown 0755 usbmux usbmux"
|
make_dirs="/var/lib/lockdown 0755 usbmux usbmux"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config automake libtool"
|
||||||
makedepends="libusb-devel libimobiledevice-devel"
|
makedepends="libusb-devel libimobiledevice-devel"
|
||||||
short_desc="USB Multiplex Daemon"
|
short_desc="USB Multiplex Daemon"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
|
homepage="https://libimobildedevice.org"
|
||||||
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
changelog="https://raw.githubusercontent.com/libimobiledevice/usbmuxd/master/NEWS"
|
||||||
checksum=3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
|
distfiles="http://github.com/libimobiledevice/usbmuxd/archive/${version}.tar.gz"
|
||||||
|
checksum=e7ce30143e69d77fc5aa6fb0cb5f0cfcdbeff47eb1ac7fd90ac259a90de9fadd
|
||||||
usbmux_homedir="/var/lib/lockdown"
|
usbmux_homedir="/var/lib/lockdown"
|
||||||
system_accounts="usbmux"
|
system_accounts="usbmux"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv usbmuxd
|
vsv usbmuxd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue