buildroot/package/ljlinenoise/ljlinenoise.mk
Arnout Vandecappelle 4be4d75916 ljlinenoise: remove default definition of PKG_SUBDIR
The luarocks infra already provides the correct default value for
PKG_SUBDIR, so it doesn't have to be defined in the .mk file.

Therefore, _VERSION_UPSTREAM doesn't need to be defined either.

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

12 lines
326 B
Makefile

################################################################################
#
# ljlinenoise
#
################################################################################
LJLINENOISE_VERSION = 0.1.2-1
LJLINENOISE_LICENSE = MIT
LJLINENOISE_LICENSE_FILES = $(LJLINENOISE_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))