package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / newt / newt.mk
blob2b8d337617bbdf1c599b73eb962abec4bc58f7f6
1 ################################################################################
3 # newt
5 ################################################################################
7 NEWT_VERSION = 0.52.19
8 NEWT_SITE = https://pagure.io/releases/newt
9 NEWT_INSTALL_STAGING = YES
10 NEWT_DEPENDENCIES = popt slang \
11 $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
12 NEWT_CONF_OPTS = --without-python --without-tcl
13 NEWT_MAKE = $(MAKE1)
14 NEWT_LICENSE = GPLv2
15 NEWT_LICENSE_FILES = COPYING
17 $(eval $(autotools-package))