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 / less / less.mk
1 ################################################################################
2 #
3 # less
4 #
5 ################################################################################
6
7 LESS_VERSION = 458
8 LESS_SITE = http://www.greenwoodsoftware.com/less
9 LESS_LICENSE = GPLv3+
10 LESS_LICENSE_FILES = COPYING
11 # Build after busybox, full-blown is better
12 LESS_DEPENDENCIES = ncurses $(if $(BR2_PACKAGE_BUSYBOX),busybox)
13
14 define LESS_INSTALL_TARGET_CMDS
15         $(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
16 endef
17
18 $(eval $(autotools-package))