14905c775c
- Update site to get latest release - Update indentation in hash file - This bump will also fix a build failure with gcc 10 thanks to https://git.joeyh.name/index.cgi/pdmenu.git/commit/?id=1a2dce9aaa6cdd0406f0be666929562d3b4521ff Fixes: - http://autobuild.buildroot.org/results/78946a381f9f70975b41d24b0b050ba2073d6ef8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
477 B
Makefile
15 lines
477 B
Makefile
################################################################################
|
|
#
|
|
# pdmenu
|
|
#
|
|
################################################################################
|
|
|
|
PDMENU_VERSION = 1.3.6
|
|
PDMENU_SITE = https://git.joeyh.name/index.cgi/pdmenu.git/snapshot
|
|
PDMENU_LICENSE = GPL-2.0
|
|
PDMENU_LICENSE_FILES = doc/COPYING
|
|
PDMENU_DEPENDENCIES = slang $(TARGET_NLS_DEPENDENCIES)
|
|
PDMENU_INSTALL_TARGET_OPTS = INSTALL_PREFIX=$(TARGET_DIR) install
|
|
|
|
$(eval $(autotools-package))
|