libusbmuxd ver. bump
This commit is contained in:
@@ -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*")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Daemon for communicating with Apple's iPod Touch and iPhone</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="9d4ce8ac058cfea66e6785d2bad5bb9c93681b16" type="tarbz2">http://www.libimobiledevice.org/downloads/libusbmuxd-1.0.10.tar.bz2</Archive>
|
||||
<Archive sha1sum="e3c2c846471ba7c171c01d87cb37d379d53d5f02" type="tarbz2">http://www.libimobiledevice.org/downloads/libusbmuxd-2.0.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libplist-devel</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
@@ -33,6 +33,7 @@
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -49,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>2.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>1.0.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user