1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

liballegro: minor cleanup, fixes, tuning

This commit is contained in:
David Kühling
2011-06-02 13:05:26 +02:00
parent 3fe0b2e5d7
commit 61755836b8
3 changed files with 67 additions and 34 deletions
+5 -2
View File
@@ -232,10 +232,13 @@ endef
define Package/liballegro-data/install
$(INSTALL_DIR) $(1)/usr/share/allegro
$(INSTALL_DIR) $(1)/usr/share/allegro/docs/txt
$(CP) $(PKG_BUILD_DIR)/{keyboard.dat,language.dat} $(1)/usr/share/allegro
# readme file is used by the allegro 'shooter' demo
$(CP) $(PKG_BUILD_DIR)/docs/txt/readme.txt $(1)/usr/share/allegro/docs/txt
$(INSTALL_DIR) $(1)/usr/share/allegro/docs/{txt,src}
$(CP) $(PKG_BUILD_DIR)/docs/txt/readme.txt \
$(1)/usr/share/allegro/docs/txt
$(CP) $(PKG_BUILD_DIR)/docs/src/thanks._tx \
$(1)/usr/share/allegro/docs/src
endef
define Package/liballegro-demo/install