mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 10:13:07 +02:00
gtypist: fix typo in DEPENDS
This commit is contained in:
parent
3fd7a4aef3
commit
ecb69c77e3
@ -20,7 +20,7 @@ define Package/gtypist
|
|||||||
SECTION:=games
|
SECTION:=games
|
||||||
CATEGORY:=Games
|
CATEGORY:=Games
|
||||||
URL:=http://www.gnu.org/software/gtypist/
|
URL:=http://www.gnu.org/software/gtypist/
|
||||||
DEPENDS:=+ncurses
|
DEPENDS:=+libncurses
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Long description of the package
|
# Long description of the package
|
||||||
@ -30,7 +30,9 @@ endef
|
|||||||
|
|
||||||
define Package/gtypist/install
|
define Package/gtypist/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin/
|
$(INSTALL_DIR) $(1)/usr/bin/
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/gtypist $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/share/gtypist
|
||||||
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/gtypist $(1)/usr/bin
|
||||||
|
$(CP) $(PKG_BUILD_DIR)/lessons/*.typ $(1)/usr/share/gtypist/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,gtypist))
|
$(eval $(call BuildPackage,gtypist))
|
||||||
|
Loading…
Reference in New Issue
Block a user