97b723685a
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>
13 lines
328 B
Makefile
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))
|