HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #539

Ticket #539: scons-2.0.1.bep

File scons-2.0.1.bep, 877 bytes (added by dragon, 4 years ago)
Line 
1DESCRIPTION="Open Source next-generation build tool."
2HOMEPAGE="http://www.scons.org/"
3LICENSE="MIT"
4COPYRIGHT="2001-2010 The SCons Foundation"
5SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/scons/scons-2.0.1.tar.gz"
6CHECKSUM_MD5="beca648b894cdbf85383fffc79516d18"
7REVISION="1"
8STATUS_HAIKU="stable"
9DEPEND="dev-lang/python >= 2.5.4"
10BUILD {
11        cd scons-2.0.1
12        for f in "script/scons script/scons-time script/sconsign"; do
13                sed -i -e "s@#! /usr/bin/env python@#! /bin/env python@" $f
14        done
15        python setup.py build
16}
17
18INSTALL {
19        if [ ! -z ${DESTDIR} ]; then
20                options="${options} --root=\"${DESTDIR}\""
21        fi
22        options="${options} --prefix=`finddir B_COMMON_DIRECTORY`"
23        options="${options} --install-data=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`"
24        options="${options} --symlink-scons"
25        options="${options} --standard-lib"
26       
27        cd scons-2.0.1
28        python setup.py install $options
29}

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/