kumquat-buildroot/package/links/links.mk
cmchao 2406251d70 links : convert to autotools infrastructure & bump to 1.01pre1-no-ssl
Changes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

 * Installation to target is the default behaviour
 * No installation to staging is the default behaviour
 * Stripping is done globally
 * Remove incorrect cleaning rules

Signed-off-by: cmchao <cmchao@gmail.com>
2010-06-24 13:51:07 +02:00

17 lines
493 B
Makefile

#############################################################
#
# links (text based web browser)
#
#############################################################
LINKS_VERSION:=1.01pre1-no-ssl
LINKS_SITE:=http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/no-ssl
LINKS_SOURCE:=links-$(LINKS_VERSION).tar.gz
LINKS_CONF_OPT = --localstatedir=/tmp
define LINKS_INSTALL_TARGET_CMDS
install -c $(@D)/links $(TARGET_DIR)/usr/bin/links
endef
$(eval $(call AUTOTARGETS,package,links))