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

Context Navigation

  • Back to Ticket #441

Ticket #441: scons-1.0.1.bep

File scons-1.0.1.bep, 816 bytes (added by scottmc, 5 years ago)
Line 
1DESCRIPTION="Open Source next-generation build tool."
2HOMEPAGE="http://www.scons.org/"
3LICENSE="MIT"
4COPYRIGHT="2001-2008 The SCons Foundation"
5SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/scons/scons-1.0.1.tar.gz"
6CHECKSUM_MD5="139ef2e108789afe25ee0bdbb138b8c0"
7REVISION="1"
8STATUS_HAIKU="stable"
9DEPEND="dev-lang/python >= 2.5.4"
10BUILD {
11        cd scons-1.0.1
12        python setup.py build
13}
14
15INSTALL {
16        cd scons-1.0.1
17        if [ ! -z ${DESTDIR} ];then
18                mkdir -p ${DESTDIR}`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
19                python setup.py install --root="${DESTDIR}" \
20                        --prefix="`finddir B_COMMON_DIRECTORY`" \
21                        --symlink-scons --standard-lib
22        else
23                mkdir -p `finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
24                python setup.py install \
25                        --prefix="`finddir B_COMMON_DIRECTORY`" \
26                        --symlink-scons --standard-lib
27        fi
28}

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/