New package: usbmuxd-1.1.0.
This commit is contained in:
parent
485b911bc8
commit
9bc418deab
2 changed files with 21 additions and 0 deletions
2
srcpkgs/usbmuxd/files/usbmuxd/run
Normal file
2
srcpkgs/usbmuxd/files/usbmuxd/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec usbmuxd -f -u
|
19
srcpkgs/usbmuxd/template
Normal file
19
srcpkgs/usbmuxd/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'usbmuxd'
|
||||||
|
pkgname=usbmuxd
|
||||||
|
version=1.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
build_options="systemd"
|
||||||
|
configure_args="$(vopt_with systemd)"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libusb-devel libimobiledevice-devel $(vopt_if systemd systemd-devel)"
|
||||||
|
short_desc="USB Multiplex Daemon"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
|
||||||
|
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv usbmuxd
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue