kumquat-buildroot/package/ser2net/ser2net.mk
Vicente Olivert Riera f57fd30e62 ser2net: bump version to 3.0
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-27 21:53:29 +02:00

18 lines
487 B
Makefile

################################################################################
#
# ser2net
#
################################################################################
SER2NET_VERSION = 3.0
SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
SER2NET_LICENSE = GPLv2+
SER2NET_LICENSE_FILES = COPYING
define SER2NET_INSTALL_INIT_SYSV
$(INSTALL) -D -m 755 package/ser2net/S50ser2net \
$(TARGET_DIR)/etc/init.d/S50ser2net
endef
$(eval $(autotools-package))