buildroot/package/lpty/lpty.mk
Arnout Vandecappelle 97b723685a lpty: remove LPTY_VERSION_UPSTREAM
It is not used for anything.

Note that the SUBDIR is NOT the usual lpty-$(LPTY_VERSION_UPSTREAM);
it *does* have the rockspec version in its name.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-02 22:45:10 +01:00

13 lines
328 B
Makefile

################################################################################
#
# lpty
#
################################################################################
LPTY_VERSION = 1.0.1-1
LPTY_SUBDIR = lpty-$(LPTY_VERSION)
LPTY_LICENSE = MIT
LPTY_LICENSE_FILES = $(LPTY_SUBDIR)/doc/LICENSE
$(eval $(luarocks-package))