# Description: A socket daemon to multiplex connections from and to iOS devices # URL: https://github.com/libimobiledevice/usbmuxd/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: libimobiledevice name=usbmuxd version=61b99ab release=1 source=(https://github.com/libimobiledevice/$name/archive/$version/$name-61b99ab5c25609c11369733a0df97c03a0581a56.tar.gz $name.rc) build() { cd $name-${version}* echo "1.1.2" > .tarball-version ./autogen.sh ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-udevrulesdir=/etc/udev/rules.d \ --sbindir=/usr/sbin \ --without-systemd make make DESTDIR=$PKG install install -D -m755 $SRC/$name.rc $PKG/etc/rc.d/$name rm -f $PKG/{,usr/}lib/*.la }