bda091f33ab9006292980e3dce7c4eead720e9c1
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / hans / hans.mk
1 ################################################################################
2 #
3 # hans
4 #
5 ################################################################################
6
7 HANS_VERSION = 0.4.4
8 HANS_SITE = http://downloads.sourceforge.net/project/hanstunnel/source
9 HANS_LICENSE = GPLv3+
10 HANS_LICENSE_FILES = LICENSE
11
12 define HANS_BUILD_CMDS
13         $(MAKE) GCC="$(TARGET_CC)" GPP="$(TARGET_CXX)" -C $(@D)
14 endef
15
16 define HANS_INSTALL_TARGET_CMDS
17         $(INSTALL) -m 755 -D $(@D)/hans $(TARGET_DIR)/usr/sbin/hans
18 endef
19
20 $(eval $(generic-package))