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

Context Navigation

  • Back to Ticket #541

Ticket #541: distutils-2.28.bep

File distutils-2.28.bep, 654 bytes (added by michaelvoliveira, 4 years ago)

Initial .bep file. It's building and working

Line 
1DESCRIPTION="Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils."
2HOMEPAGE="http://launchpad.net/python-distutils-extra"
3SRC_URI="http://launchpad.net/python-distutils-extra/trunk/2.28/+download/python-distutils-extra-2.28.tar.gz"
4REVISION= "1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="6f4bd56233161fe8ce29a1b344f99da6"
8
9BUILD {
10        cd distutils-2.28
11        python setup.py build
12}
13
14INSTALL {
15        cd distutils-2.28
16        if [ -n "${DESTDIR}" ];then
17                python setup.py install --root=${DESTDIR}
18        else
19                python setup.py install
20        fi
21}
22
23LICENSE="GNU GPL v2"
24COPYRIGHT="2009-2011 Sebastian Heinlein"

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/