diff --git a/hardware/mobile/libusbmuxd/actions.py b/hardware/mobile/libusbmuxd/actions.py
new file mode 100644
index 0000000000..8a9ff83431
--- /dev/null
+++ b/hardware/mobile/libusbmuxd/actions.py
@@ -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")
diff --git a/hardware/mobile/libusbmuxd/pspec.xml b/hardware/mobile/libusbmuxd/pspec.xml
new file mode 100644
index 0000000000..a45cdb0a2e
--- /dev/null
+++ b/hardware/mobile/libusbmuxd/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+ libusbmuxd
+ http://marcansoft.com/blog/iphonelinux/libusbmuxd
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ LGPLv2.1
+ service
+ 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
+
+ libplist-devel
+ libusb-devel
+
+
+
+
+ libusbmuxd
+
+ libplist
+ libusb
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+ /usr/sbin
+ /lib/udev/rules.d
+
+
+
+
+ libusbmuxd-devel
+ Development files for libusbmuxd
+
+ libusbmuxd
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2017-06-21
+ 1.0.10
+ First release
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+
diff --git a/hardware/mobile/libusbmuxd/translations.xml b/hardware/mobile/libusbmuxd/translations.xml
new file mode 100644
index 0000000000..4561f050ca
--- /dev/null
+++ b/hardware/mobile/libusbmuxd/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ usbmuxd
+ Apple iPod Touch ve iPhone iletişim hizmeti
+ 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.
+
+
+
+ usbmuxd-devel
+ usbmuxd için geliştirme dosyaları
+
+