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 / statserial / statserial.mk
1 ################################################################################
2 #
3 # statserial
4 #
5 ################################################################################
6
7 STATSERIAL_VERSION = 1.1
8 STATSERIAL_SITE = http://www.ibiblio.org/pub/Linux/system/serial
9 STATSERIAL_DEPENDENCIES = ncurses
10 STATSERIAL_LICENSE = GPLv2+
11 STATSERIAL_LICENSE_FILES = COPYING
12
13 define STATSERIAL_BUILD_CMDS
14         $(MAKE) CC="$(TARGET_CC)" LD="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D)
15 endef
16
17 define STATSERIAL_INSTALL_TARGET_CMDS
18         $(INSTALL) -D -m 0755 $(@D)/statserial $(TARGET_DIR)/usr/bin/statserial
19 endef
20
21 $(eval $(generic-package))