72df08ee45
[Peter: updated with BR changes, Config.in tweaks, dropped configure.ac patch] Signed-off-by: Richard Braun <rbraun@...> Signed-off-by: Alexander Varnin <fenixk19@mail.ru> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
445 B
Makefile
15 lines
445 B
Makefile
#############################################################
|
|
#
|
|
# curlftpfs
|
|
#
|
|
#############################################################
|
|
|
|
CURLFTPFS_VERSION = 0.9.2
|
|
CURLFTPFS_SITE = http://downloads.sourceforge.net/project/curlftpfs/curlftpfs/$(CURLFTPFS_VERSION)
|
|
CURLFTPFS_DEPENDENCIES = \
|
|
libglib2 libfuse openssl libcurl \
|
|
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
|
$(if $(BR2_ENABLE_LOCALE),,libiconv)
|
|
|
|
$(eval $(autotools-package))
|