1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-16 20:00:17 +02:00

pygame: add description

This commit is contained in:
Xiangfu Liu 2011-11-02 11:18:44 +08:00
parent 6a104baeb7
commit 8c7304d165

View File

@ -14,15 +14,18 @@ include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
define Package/pygame define Package/pygame
SUBMENU:=Python SUBMENU:=Python
SECTION:=lang SECTION:=lang
CATEGORY:=Languages CATEGORY:=Languages
TITLE:=pygame TITLE:=pygame
URL:=http://pygame.org URL:=http://pygame.org
DEPENDS:=+python-mini +libsdl +libpng +libjpeg +libsdl-image +libsdl-mixer DEPENDS:=+python-mini +libsdl +libpng +libjpeg +libsdl-image +libsdl-mixer
endef endef
define Package/pygame/description define Package/pygame/description
Pygame is a set of Python modules designed for writing video games.
Pygame adds functionality on top of the excellent SDL library.
This allows you to create fully featured games and multimedia programs in the python language.
endef endef
define Build/Compile define Build/Compile