Package: scons Version: 2.3.0 Revision: 1b BuildDependsOnly: true BuildDepends: fink (>= 0.24.12) # now using python2.7 b/c system-python too old Depends: python27 Maintainer: Vincent Beffara Source: mirror:sourceforge:%n/%n-%v.tar.gz Source-MD5: 083ce5624d6adcbdaf2526623f456ca9 PatchFile: scons.patch PatchFile-MD5: 2de576073f2d19508cb4deeacbdfa222 PatchScript: sed -e 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1 CompileScript: << %p/bin/python2.7 setup.py build << InstallScript: << %p/bin/python2.7 setup.py install --prefix=%p --root=%d mkdir -p %i/share mv %i/man %i/share << DocFiles: CHANGES.txt LICENSE.txt MANIFEST README.txt RELEASE.txt Description: Python-based build tool DescDetail: << SCons is an Open Source software construction tool -- that is, a build tool; an improved substitute for the classic Make utility; a better way to build software. << Homepage: http://www.scons.org/ License: BSD