# cocos2/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in system "python*" trees proddir = none purge = no tmpsize = 13M #--------------------------------------------------------------------- [depends] actools gawk grep piprepomain pyglet python:strict python2-core:strict python3-core:strict sdl # May not be needed sed #--------------------------------------------------------------------- [build] setunix LICENSE DOCDIR=$PRODTREE/python2/doc mkdir -p $DOCDIR cp -p LICENSE $DOCDIR/license-$EXEWORD.txt python setup.py clean python setup.py build python setup.py install DOCDIR=$PRODTREE/python3/doc mkdir -p $DOCDIR cp -p LICENSE $DOCDIR/license-$EXEWORD.txt #ifdef NOTDEF # PATH=$PRODTREE/python3/bin:$PATH # python3 setup.py clean # python3 setup.py build # python3 setup.py install #endif #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = http://python.cocos2d.org/ url_lfs = tbd url_tarball = pypi; no fixed URL #--------------------------------------------------------------------- [history] 180324 Added package. Started with 0.6.5.