open-plc-utils: new package
[buildroot-gz.git] / package / libplist / libplist.mk
blobb87c5ba3c469f86e1e534afcdeacaa8293e039fc
1 ################################################################################
3 # libplist
5 ################################################################################
7 LIBPLIST_VERSION = 1.12
8 LIBPLIST_SITE = http://cgit.sukimashita.com/libplist.git/snapshot
9 LIBPLIST_DEPENDENCIES = libxml2 host-pkgconf
10 LIBPLIST_INSTALL_STAGING = YES
11 LIBPLIST_LICENSE = LGPLv2.1+
12 LIBPLIST_LICENSE_FILES = COPYING
14 # Straight out of the git tree:
15 LIBPLIST_AUTORECONF = YES
17 # Disable building Python bindings, because it requires host-cython, which
18 # is not packaged in Buildroot at all.
19 LIBPLIST_CONF_OPTS = --without-cython
21 $(eval $(autotools-package))