libusbmuxd-1.0.10:First release

This commit is contained in:
Rmys
2017-06-21 18:23:52 +03:00
parent 8c40b02eb2
commit 8e3b767ace
3 changed files with 97 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
def setup():
autotools.configure("\
--disable-static \
--disable-silent-rules \
")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libusbmuxd</Name>
<Homepage>http://marcansoft.com/blog/iphonelinux/libusbmuxd</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>service</IsA>
<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>
<BuildDependencies>
<Dependency>libplist-devel</Dependency>
<Dependency>libusb-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libusbmuxd</Name>
<RuntimeDependencies>
<Dependency>libplist</Dependency>
<Dependency>libusb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="data">/lib/udev/rules.d</Path>
</Files>
</Package>
<Package>
<Name>libusbmuxd-devel</Name>
<Summary>Development files for libusbmuxd</Summary>
<RuntimeDependencies>
<Dependency release="current">libusbmuxd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-06-21</Date>
<Version>1.0.10</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>usbmuxd</Name>
<Summary xml:lang="tr">Apple iPod Touch ve iPhone iletişim hizmeti</Summary>
<Description xml:lang="tr">usbmuxd, Apple iPod Touch ve iPhone cihazlarıyla iletişim kurmak için gerekli bir sistem hizmetidir. Aynı anda, birden fazla cihaza bağlanma imkanı sağlar.</Description>
</Source>
<Package>
<Name>usbmuxd-devel</Name>
<Summary xml:lang="tr">usbmuxd için geliştirme dosyaları</Summary>
</Package>
</PISI>