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 / tn5250 / tn5250.mk
1 ################################################################################
2 #
3 # tn5250
4 #
5 ################################################################################
6
7 TN5250_VERSION = 0.17.4
8 TN5250_SITE = http://downloads.sourceforge.net/project/tn5250/tn5250/$(TN5250_VERSION)
9 TN5250_MAKE_OPTS = CPPFLAGS=""
10 TN5250_DEPENDENCIES = ncurses
11 TN5250_LICENSE = LGPLv2.1+
12 TN5250_LICENSE_FILES = COPYING
13
14 ifeq ($(BR2_PACKAGE_OPENSSL),y)
15 TN5250_CONF_OPTS += --with-ssl-dir=$(STAGING_DIR)/usr
16 TN5250_DEPENDENCIES += openssl
17 else
18 TN5250_CONF_OPTS += --without-ssl
19 endif
20
21 define TN5250_INSTALL_FIXES
22         rm -f $(TARGET_DIR)/usr/bin/5250keys
23         rm -f $(TARGET_DIR)/usr/bin/xt5250
24 endef
25
26 TN5250_POST_INSTALL_TARGET_HOOKS += TN5250_INSTALL_FIXES
27
28 $(eval $(autotools-package))