mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
Initial checkin of .bep file to alow building of python-2.6.4rc1, the only change to the patch was to change occurances of "2.6.2" to "2.6.4rc1" to allow the patch to work automatically.
This commit is contained in:
22
dev-lang/python/python-2.6.4.bep
Normal file
22
dev-lang/python/python-2.6.4.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="python - An interpreted, interactive, object-oriented programming language"
|
||||
HOMEPAGE="http://www.python.org"
|
||||
SRC_URI="http://www.python.org/ftp/python/2.6.4/Python-2.6.4rc1.tgz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd Python-2.6.4rc1/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.4rc1
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user