@ -8,17 +8,16 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := libplist
PKG_SOURCE_VERSION := 2.1 .0
PKG_RELEASE := 2
PKG_VERSION := 2.2 .0
PKG_RELEASE := 1
PKG_SOURCE_PROTO := git
PKG_SOURCE_URL := https://github.com/libimobiledevice/libplist
PKG_MIRROR_HASH := 452ef5d6e87461a8b7a47a2274878cf200ccf480b4e81924f22ec1c445e353d0
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := https://www.libimobiledevice.org/downloads
PKG_HASH := 4a5517e5377ec421df84c586ba85bb4e1d26f11ad203d7d450a907c0156fbd9a
PKG_MAINTAINER := Rosen Penev <rosenp@gmail.com>
PKG_CPE_ID := cpe:/a:libimobiledevice:libplist
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
@ -80,6 +79,7 @@ define Package/plistutil/description
e n d e f
CONFIGURE_ARGS += \
--disable-static \
--without-cython
TARGET_CFLAGS += -flto
@ -90,19 +90,19 @@ define Build/InstallDev
$( INSTALL_DIR) $( 1) /usr/include
$( CP) $( PKG_INSTALL_DIR) /usr/include/plist $( 1) /usr/include/
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libplist*.so* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libplist-2.0 *.so* $( 1) /usr/lib/
$( INSTALL_DIR) $( 1) /usr/lib/pkgconfig
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/libplist*.pc $( 1) /usr/lib/pkgconfig/
e n d e f
d e f i n e P a c k a g e / l i b p l i s t / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libplist.so.* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libplist-2.0 .so.* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / l i b p l i s t c x x / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libplist++.so.* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libplist++-2.0 .so.* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / p l i s t u t i l / i n s t a l l