ce836f765c40f4c75477d9297fa3ecb0f0daa44f
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / flickcurl / flickcurl.mk
1 ################################################################################
2 #
3 # flickcurl
4 #
5 ################################################################################
6
7 FLICKCURL_VERSION = 1.26
8 FLICKCURL_SITE = http://download.dajobe.org/flickcurl
9 FLICKCURL_LICENSE = LGPLv2.1+ or GPLv2+ or Apache 2.0+
10 FLICKCURL_LICENSE_FILES = COPYING COPYING.LIB LICENSE-2.0.txt LICENSE.html
11 FLICKCURL_INSTALL_STAGING = YES
12 FLICKCURL_CONFIG_SCRIPTS = flickcurl-config
13 FLICKCURL_CONF_OPTS = --without-curl-config --without-xml2-config --without-raptor
14 FLICKCURL_DEPENDENCIES = libcurl libxml2 host-pkgconf
15
16 ifeq ($(BR2_PACKAGE_FLICKCURL_UTILS),)
17 define FLICKCURL_REMOVE_UTILS
18         rm -f $(TARGET_DIR)/usr/bin/flickcurl $(TARGET_DIR)/usr/bin/flickrdf
19 endef
20 FLICKCURL_POST_INSTALL_TARGET_HOOKS += FLICKCURL_REMOVE_UTILS
21 endif
22
23 $(eval $(autotools-package))