The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / curlftpfs / curlftpfs.mk
1 ################################################################################
2 #
3 # curlftpfs
4 #
5 ################################################################################
6
7 CURLFTPFS_VERSION = 0.9.2
8 CURLFTPFS_SITE = http://downloads.sourceforge.net/project/curlftpfs/curlftpfs/$(CURLFTPFS_VERSION)
9 CURLFTPFS_CONF_ENV = ac_cv_path__libcurl_config=$(STAGING_DIR)/usr/bin/curl-config
10 CURLFTPFS_LICENSE = GPLv2
11 CURLFTPFS_LICENSE_FILES = COPYING
12 CURLFTPFS_DEPENDENCIES = \
13         libglib2 libfuse openssl libcurl \
14         $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
15         $(if $(BR2_ENABLE_LOCALE),,libiconv)
16
17 $(eval $(autotools-package))