27 lines
811 B
Bash
27 lines
811 B
Bash
# Template file for 'usbmuxd'
|
|
pkgname=usbmuxd
|
|
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 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://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
|
|
}
|