bb28b2a49b132ca7383df4419bc85659a064f534
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / sl / sl.mk
1 ################################################################################
2 #
3 # sl
4 #
5 ################################################################################
6
7 SL_VERSION = 5.02
8 SL_SITE = $(call github,mtoyoda,sl,$(SL_VERSION))
9 SL_LICENSE = Custom
10 SL_LICENSE_FILES = LICENSE
11 SL_DEPENDENCIES = ncurses
12
13 define SL_BUILD_CMDS
14         $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
15 endef
16
17 define SL_INSTALL_TARGET_CMDS
18         $(INSTALL) -m 0755 -D $(@D)/sl $(TARGET_DIR)/usr/bin/sl
19 endef
20
21 $(eval $(generic-package))