Date:2011-10-14 15:14:56 (12 years 5 months ago)
Author:Xiangfu Liu
Commit:ecb69c77e30c43b1317f41e7fcd05e1ff9af897c
Message:gtypist: fix typo in DEPENDS

Files: gtypist/Makefile (2 diffs)

Change Details

gtypist/Makefile
2020    SECTION:=games
2121    CATEGORY:=Games
2222    URL:=http://www.gnu.org/software/gtypist/
23    DEPENDS:=+ncurses
23    DEPENDS:=+libncurses
2424endef
2525
2626# Long description of the package
...... 
3030
3131define Package/gtypist/install
3232    $(INSTALL_DIR) $(1)/usr/bin/
33    $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/gtypist $(1)/usr/bin
33    $(INSTALL_DIR) $(1)/usr/share/gtypist
34    $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/gtypist $(1)/usr/bin
35    $(CP) $(PKG_BUILD_DIR)/lessons/*.typ $(1)/usr/share/gtypist/
3436endef
3537
3638$(eval $(call BuildPackage,gtypist))

Archive Download the corresponding diff file



interactive