New package: libusbmuxd-1.0.10.
This commit is contained in:
parent
21908d0707
commit
8adac47002
|
@ -1821,3 +1821,4 @@ libfm-qt5.so.1 libfm-qt5-0.8.0_1
|
||||||
libqtermwidget5.so.0 qtermwidget-0.6.0_1
|
libqtermwidget5.so.0 qtermwidget-0.6.0_1
|
||||||
libnpth.so.0 npth-1.1_1
|
libnpth.so.0 npth-1.1_1
|
||||||
libglfw.so.3 glfw-3.0.4_1
|
libglfw.so.3 glfw-3.0.4_1
|
||||||
|
libusbmuxd.so.4 libusbmuxd-1.0.10_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libusbmuxd
|
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'libusbmuxd'
|
||||||
|
pkgname=libusbmuxd
|
||||||
|
version=1.0.10
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libusb-devel libplist-devel"
|
||||||
|
short_desc="USB Multiplex Daemon library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2,LGPL-2.1"
|
||||||
|
homepage="https://marcan.st/blog/iphonelinux/usbmuxd/"
|
||||||
|
distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2
|
||||||
|
|
||||||
|
libusbmuxd-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue