kumquat-buildroot/package/wget/wget.mk

16 lines
354 B
Makefile
Raw Normal View History

2004-10-08 22:08:26 +02:00
#############################################################
#
# wget
#
#############################################################
WGET_VERSION = 1.12
WGET_SITE = $(BR2_GNU_MIRROR)/wget
2004-10-08 22:08:26 +02:00
ifeq ($(BR2_PACKAGE_OPENSSL),y)
WGET_CONF_OPT += --with-ssl --with-libssl-prefix=$(STAGING_DIR)
WGET_DEPENDENCIES += openssl
endif
$(eval $(call AUTOTARGETS))