2014-11-14 11:43:22 +01:00
|
|
|
# Template file for 'usbmuxd'
|
|
|
|
pkgname=usbmuxd
|
|
|
|
version=1.1.0
|
2014-11-18 11:39:57 +01:00
|
|
|
revision=4
|
2014-11-14 11:43:22 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
build_options="systemd"
|
|
|
|
configure_args="$(vopt_with systemd)"
|
|
|
|
hostmakedepends="pkg-config"
|
2014-11-18 11:39:57 +01:00
|
|
|
system_accounts="usbmux"
|
2014-11-18 11:32:15 +01:00
|
|
|
usbmux_homedir="/var/lib/lockdown"
|
|
|
|
make_dirs="/var/lib/lockdown 0755 usbmux usbmux"
|
2014-11-14 11:43:22 +01:00
|
|
|
makedepends="libusb-devel libimobiledevice-devel $(vopt_if systemd systemd-devel)"
|
|
|
|
short_desc="USB Multiplex Daemon"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-11-14 11:53:17 +01:00
|
|
|
license="GPL-2,GPL-3"
|
2014-11-14 11:43:22 +01:00
|
|
|
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
|
2014-11-26 15:20:00 +01:00
|
|
|
update_site="http://cgit.sukimashita.com/usbmuxd.git/"
|
2014-11-14 11:43:22 +01:00
|
|
|
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsv usbmuxd
|
|
|
|
}
|