Initial .bep and patch files for python-2.6.5 (rc2)

This commit is contained in:
Scott McCreary
2010-03-12 01:04:18 +00:00
parent 525df0b5ce
commit 9c184b652f
2 changed files with 567 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
DESCRIPTION="python - An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org"
SRC_URI="http://www.python.org/ftp/python/2.6.5/Python-2.6.5rc2.tgz"
CHECKSUM_MD5="fbb10a1610fc1bdea7df2e63c18f177d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd Python-2.6.5rc2/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.in
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=/boot/common --enable-shared CFLAGS=-I/boot/develop/headers/3rdparty
make
}
INSTALL {
cd Python-2.6.5rc2
make install
}