void-packages/srcpkgs/usbmuxd/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

23 lines
723 B
Bash

# Template file for 'usbmuxd'
pkgname=usbmuxd
version=1.1.0
revision=5
build_style=gnu-configure
build_options="systemd"
configure_args="$(vopt_with systemd)"
hostmakedepends="pkg-config"
system_accounts="usbmux"
usbmux_homedir="/var/lib/lockdown"
make_dirs="/var/lib/lockdown 0755 usbmux usbmux"
makedepends="libusb-devel libimobiledevice-devel $(vopt_if systemd systemd-devel)"
short_desc="USB Multiplex Daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2,GPL-3"
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
checksum=3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
post_install() {
vsv usbmuxd
}