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

More pygame cleanups. It at least compiles now.

This commit is contained in:
Lars-Peter Clausen
2010-02-15 20:06:35 +01:00
parent 2402b14d17
commit f6d705bc8d
3 changed files with 109 additions and 6 deletions

View File

@@ -26,7 +26,13 @@ define Package/pygame/description
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr",LOCALBASE="$(STAGING_DIR)/usr")
$(call Build/Compile/PyMod,,\
install \
--prefix="$(PKG_INSTALL_DIR)/usr" \
, \
LOCALBASE="$(STAGING_DIR)/usr" \
NO_SCRAP=1 \
)
endef
define Package/pygame/install