@ -8,17 +8,16 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := libusbmuxd
PKG_NAME := libusbmuxd
PKG_SOURCE_VERSION := 2.0.1
PKG_RELEASE := 2
PKG_VERSION := 2.0.2
PKG_RELEASE := 1
PKG_SOURCE_PROTO := git
PKG_SOURCE_URL := https://github.com/libimobiledevice/libusbmuxd
PKG_MIRROR_HASH := 5078125cd4fe8c7294d4f195a8adfd1fc302101daf5d53e4cc242c3097eef8b6
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := https://www.libimobiledevice.org/downloads
PKG_HASH := cc6a808553da4efa9fa5638be256d5ae020498795d9d260d280b87074e799b20
PKG_MAINTAINER := Rosen Penev <rosenp@gmail.com>
PKG_MAINTAINER := Rosen Penev <rosenp@gmail.com>
PKG_CPE_ID := cpe:/a:libimobiledevice:libusbmuxd
PKG_CPE_ID := cpe:/a:libimobiledevice:libusbmuxd
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
PKG_BUILD_PARALLEL := 1
@ -67,20 +66,21 @@ define Package/libusbmuxd-utils/description
This package contains the libusbmuxd utilities.
This package contains the libusbmuxd utilities.
e n d e f
e n d e f
TARGET_CFLAGS += $( FPIC)
CONFIGURE_ARGS += \
--disable-static
d e f i n e B u i l d / I n s t a l l D e v
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include
$( INSTALL_DIR) $( 1) /usr/include
$( CP) $( PKG_INSTALL_DIR) /usr/include/*.h $( 1) /usr/include/
$( CP) $( PKG_INSTALL_DIR) /usr/include/*.h $( 1) /usr/include/
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libusbmuxd.so* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libusbmuxd-2.0 .so* $( 1) /usr/lib/
$( INSTALL_DIR) $( 1) /usr/lib/pkgconfig
$( INSTALL_DIR) $( 1) /usr/lib/pkgconfig
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/libusbmuxd.pc $( 1) /usr/lib/pkgconfig/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/libusbmuxd-2.0 .pc $( 1) /usr/lib/pkgconfig/
e n d e f
e n d e f
d e f i n e P a c k a g e / l i b u s b m u x d / i n s t a l l
d e f i n e P a c k a g e / l i b u s b m u x d / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libusbmuxd.so.* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libusbmuxd-2.0 .so.* $( 1) /usr/lib/
e n d e f
e n d e f
d e f i n e P a c k a g e / l i b u s b m u x d - u t i l s / i n s t a l l
d e f i n e P a c k a g e / l i b u s b m u x d - u t i l s / i n s t a l l