Files
haikuports/dev-lang/python/python-2.5.4.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

29 lines
711 B
Plaintext

DESCRIPTION="python - An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2008, Python Software Foundation"
SRC_URI="http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tgz"
CHECKSUM_MD5="ad47b23778f64edadaaa8b5534986eed"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd Python-2.5.4/Modules/_ctypes/libffi
libtoolize --force --copy --install
aclocal
autoconf
cd ../../..
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/develop/headers/3rdparty
make
}
INSTALL()
{
cd Python-2.5.4
make install
}