kumquat-buildroot/package/vtun/vtun.mk

20 lines
604 B
Makefile
Raw Normal View History

2003-06-05 10:19:53 +02:00
#############################################################
#
# vtun
2003-12-28 23:07:59 +01:00
#
2003-06-05 10:19:53 +02:00
# NOTE: Uses start-stop-daemon in init script, so be sure
# to enable that within busybox
#
#############################################################
VTUN_VERSION:=3.0.2
VTUN_SOURCE:=vtun-$(VTUN_VERSION).tar.gz
VTUN_SITE:=http://downloads.sourceforge.net/project/vtun/vtun/$(VTUN_VERSION)
VTUN_DEPENDENCIES = zlib lzo openssl
2003-06-05 10:19:53 +02:00
VTUN_CONF_OPT = \
--with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \
--with-lzo-headers=$(STAGING_DIR)/usr/include/lzo \
--with-lzo-lib=$(STAGING_DIR)/usr/lib
2003-06-05 10:19:53 +02:00
$(eval $(autotools-package))