Move all to deprecated folder.
This commit is contained in:
23
deprecated/firmware/buildroot/package/lcdproc/lcdproc.mk
Normal file
23
deprecated/firmware/buildroot/package/lcdproc/lcdproc.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# lcdproc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LCDPROC_VERSION = 0.5.7
|
||||
LCDPROC_SITE = http://downloads.sourceforge.net/project/lcdproc/lcdproc/$(LCDPROC_VERSION)
|
||||
LCDPROC_LICENSE = GPLv2+
|
||||
LCDPROC_LICENSE_FILES = COPYING
|
||||
LCDPROC_MAKE = $(MAKE1)
|
||||
|
||||
LCDPROC_CONF_OPTS = --enable-drivers=$(BR2_PACKAGE_LCDPROC_DRIVERS) \
|
||||
--with-ft-prefix="$(STAGING_DIR)/usr" \
|
||||
--with-ft-exec-prefix="$(STAGING_DIR)/usr"
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LCDPROC_MENUS),y)
|
||||
LCDPROC_CONF_OPTS += --enable-lcdproc-menus
|
||||
endif
|
||||
|
||||
LCDPROC_DEPENDENCIES = freetype ncurses zlib
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user