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
1515
1616include $(INCLUDE_DIR)/package.mk
1717
18define Package/kbd
18define Package/kbd/Default
1919  SECTION:=utils
2020  CATEGORY:=Utilities
21  TITLE:=Keyboard and console utilities for Linux
2221  URL:=ftp://ftp.kernel.org/pub/linux/utils/kbd
2322endef
2423
24define Package/kbd
25  $(call Package/kbd/Default)
26  TITLE:=Keyboard and console utilities for Linux
27endef
28
29define Package/kbd-console-fonts
30  $(call Package/kbd/Default)
31  TITLE:=Console fonts for Linux
32endef
33
2534define Package/kbd/description
2635  Keyboard and console utilities for Linux
2736endef
...... 
3847    done
3948endef
4049
50define Package/kbd-console-fonts/install
51    $(INSTALL_DIR) $(1)/usr/share/consolefonts
52    $(CP) $(PKG_BUILD_DIR)/data/consolefonts/* $(1)/usr/share/consolefonts/
53endef
54
4155$(eval $(call BuildPackage,kbd))
56$(eval $(call BuildPackage,kbd-console-fonts))

Archive Download the corresponding diff file



interactive