diff --git a/hardware/mobile/libusbmuxd/actions.py b/hardware/mobile/libusbmuxd/actions.py index 8a9ff83431..63226e1a90 100644 --- a/hardware/mobile/libusbmuxd/actions.py +++ b/hardware/mobile/libusbmuxd/actions.py @@ -8,8 +8,9 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools from pisi.actionsapi import autotools from pisi.actionsapi import shelltools + def setup(): - + autotools.autoreconf("-fiv") autotools.configure("\ --disable-static \ --disable-silent-rules \ @@ -21,4 +22,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "README") + pisitools.dodoc("AUTHORS", "README*") diff --git a/hardware/mobile/libusbmuxd/pspec.xml b/hardware/mobile/libusbmuxd/pspec.xml index fb62b8084c..10df330f88 100644 --- a/hardware/mobile/libusbmuxd/pspec.xml +++ b/hardware/mobile/libusbmuxd/pspec.xml @@ -14,7 +14,7 @@ library Daemon for communicating with Apple's iPod Touch and iPhone libusbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone devices. It allows multiple services on the device to be accessed simultaneously. - http://www.libimobiledevice.org/downloads/libusbmuxd-1.0.10.tar.bz2 + http://www.libimobiledevice.org/downloads/libusbmuxd-2.0.2.tar.bz2 libplist-devel libusb-devel @@ -33,6 +33,7 @@ /usr/bin /usr/sbin /lib/udev/rules.d + /usr/share/man/man1 @@ -49,6 +50,13 @@ + + 2020-06-24 + 2.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 1.0.10