mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
16 lines
550 B
Makefile
16 lines
550 B
Makefile
################################################################################
|
|
#
|
|
# pdmenu
|
|
#
|
|
################################################################################
|
|
|
|
PDMENU_VERSION = 1.3.4
|
|
PDMENU_SOURCE = pdmenu_$(PDMENU_VERSION).tar.gz
|
|
PDMENU_SITE = http://snapshot.debian.org/archive/debian/20170828T160058Z/pool/main/p/pdmenu
|
|
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))
|