mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-19 06:52:49 +02:00
add console fonts package
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
7e2599183a
commit
be138dd43d
19
kbd/Makefile
19
kbd/Makefile
@ -15,13 +15,22 @@ PKG_SOURCE:=kbd-$(PKG_VERSION).tar.gz
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/kbd
|
define Package/kbd/Default
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Keyboard and console utilities for Linux
|
|
||||||
URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd
|
URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/kbd
|
||||||
|
$(call Package/kbd/Default)
|
||||||
|
TITLE:=Keyboard and console utilities for Linux
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/kbd-console-fonts
|
||||||
|
$(call Package/kbd/Default)
|
||||||
|
TITLE:=Console fonts for Linux
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/kbd/description
|
define Package/kbd/description
|
||||||
Keyboard and console utilities for Linux
|
Keyboard and console utilities for Linux
|
||||||
endef
|
endef
|
||||||
@ -38,4 +47,10 @@ define Package/kbd/install
|
|||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/kbd-console-fonts/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/share/consolefonts
|
||||||
|
$(CP) $(PKG_BUILD_DIR)/data/consolefonts/* $(1)/usr/share/consolefonts/
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,kbd))
|
$(eval $(call BuildPackage,kbd))
|
||||||
|
$(eval $(call BuildPackage,kbd-console-fonts))
|
||||||
|
Loading…
Reference in New Issue
Block a user