mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
* clean up the scons port files
* the "python2.5"-version is specifically designed to install scons as a python2.5 site package instead, if the default python binary is not 2.5.x (/boot/common/lib/python2.5/site-packages)
This commit is contained in:
18
dev-util/scons/scons-1.0.1-python2.5.bep
Normal file
18
dev-util/scons/scons-1.0.1-python2.5.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="Open Source next-generation build tool."
|
||||
HOMEPAGE="http://www.scons.org/"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2001-2008 The SCons Foundation"
|
||||
SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/scons/scons-1.0.1.tar.gz"
|
||||
CHECKSUM_MD5="139ef2e108789afe25ee0bdbb138b8c0"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-lang/python <= 2.5.5"
|
||||
BUILD {
|
||||
cd scons-1.0.1
|
||||
python2.5 setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd scons-1.0.1
|
||||
python2.5 setup.py install --symlink-scons --standard-lib
|
||||
}
|
||||
Reference in New Issue
Block a user