| 1 | DESCRIPTION="Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils." |
|---|
| 2 | HOMEPAGE="http://launchpad.net/python-distutils-extra" |
|---|
| 3 | SRC_URI="http://launchpad.net/python-distutils-extra/trunk/2.28/+download/python-distutils-extra-2.28.tar.gz" |
|---|
| 4 | REVISION= "1" |
|---|
| 5 | STATUS_HAIKU="stable" |
|---|
| 6 | DEPEND="" |
|---|
| 7 | CHECKSUM_MD5="6f4bd56233161fe8ce29a1b344f99da6" |
|---|
| 8 | |
|---|
| 9 | BUILD { |
|---|
| 10 | cd distutils-2.28 |
|---|
| 11 | python setup.py build |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | INSTALL { |
|---|
| 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 | |
|---|
| 23 | LICENSE="GNU GPL v2" |
|---|
| 24 | COPYRIGHT="2009-2011 Sebastian Heinlein" |
|---|