mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
12
package/libplist/Config.in
Normal file
12
package/libplist/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBPLIST
|
||||
bool "libplist"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
libplist is a client for manipulating Apple Property List
|
||||
(.plist) files
|
||||
|
||||
http://www.libimobiledevice.org/
|
||||
|
||||
comment "libplist needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
package/libplist/libplist.hash
Normal file
2
package/libplist/libplist.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602 libplist-2.0.0.tar.bz2
|
||||
18
package/libplist/libplist.mk
Normal file
18
package/libplist/libplist.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# libplist
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPLIST_VERSION = 2.0.0
|
||||
LIBPLIST_SOURCE = libplist-$(LIBPLIST_VERSION).tar.bz2
|
||||
LIBPLIST_SITE = http://www.libimobiledevice.org/downloads
|
||||
LIBPLIST_INSTALL_STAGING = YES
|
||||
LIBPLIST_LICENSE = LGPL-2.1+
|
||||
LIBPLIST_LICENSE_FILES = COPYING
|
||||
|
||||
# Disable building Python bindings, because it requires host-cython, which
|
||||
# is not packaged in Buildroot at all.
|
||||
LIBPLIST_CONF_OPTS = --without-cython
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user