OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
| Date: | 2010-08-17 12:11:16 (1 year 5 months ago) |
|---|---|
| Author: | Xiangfu Liu |
| Commit: | be138dd43d85dc81e4cec860366e9d97d45c25ed |
| Message: | add console fonts package Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc> |
| Files: |
kbd/Makefile (2 diffs) |
Change Details
| kbd/Makefile | ||
|---|---|---|
| 15 | 15 | |
| 16 | 16 | include $(INCLUDE_DIR)/package.mk |
| 17 | 17 | |
| 18 | define Package/kbd | |
| 18 | define Package/kbd/Default | |
| 19 | 19 | SECTION:=utils |
| 20 | 20 | CATEGORY:=Utilities |
| 21 | TITLE:=Keyboard and console utilities for Linux | |
| 22 | 21 | URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd |
| 23 | 22 | endef |
| 24 | 23 | |
| 24 | define Package/kbd | |
| 25 | $(call Package/kbd/Default) | |
| 26 | TITLE:=Keyboard and console utilities for Linux | |
| 27 | endef | |
| 28 | ||
| 29 | define Package/kbd-console-fonts | |
| 30 | $(call Package/kbd/Default) | |
| 31 | TITLE:=Console fonts for Linux | |
| 32 | endef | |
| 33 | ||
| 25 | 34 | define Package/kbd/description |
| 26 | 35 | Keyboard and console utilities for Linux |
| 27 | 36 | endef |
| ... | ... | |
| 38 | 47 | done |
| 39 | 48 | endef |
| 40 | 49 | |
| 50 | define Package/kbd-console-fonts/install | |
| 51 | $(INSTALL_DIR) $(1)/usr/share/consolefonts | |
| 52 | $(CP) $(PKG_BUILD_DIR)/data/consolefonts/* $(1)/usr/share/consolefonts/ | |
| 53 | endef | |
| 54 | ||
| 41 | 55 | $(eval $(call BuildPackage,kbd)) |
| 56 | $(eval $(call BuildPackage,kbd-console-fonts)) | |
