mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
* self hosting build patch (mostly based on the present patches)
* some AC* calls for libffi had to be commented (somebody with more experience in this regard should have a look) * regrtest.py not adjusted as it crashes on test_resource (before that is not fixed there's no use adding tests to skip)
This commit is contained in:
26
dev-lang/python/python-2.5.4.bep
Normal file
26
dev-lang/python/python-2.5.4.bep
Normal file
@@ -0,0 +1,26 @@
|
||||
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=/boot/common --enable-shared LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/develop/headers/3rdparty
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd Python-2.5.4
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user