python: update to 2.7, bump abi_depends.

This commit is contained in:
Juan RP
2010-11-17 21:07:13 +01:00
parent 1a0b935e17
commit 7e7134d490
5 changed files with 16 additions and 164 deletions

View File

@@ -19,7 +19,14 @@ Add_dependency run python
do_install()
{
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/bin
install -d ${DESTDIR}/usr/{lib,bin}
install -d ${DESTDIR}/usr/include/python2.7
mv ${SRCPKGDESTDIR}/usr/bin/python*-config ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include/python2.7/* \
${DESTDIR}/usr/include/python2.7
mv ${DESTDIR}/usr/include/python2.7/pyconfig.h \
${SRCPKGDESTDIR}/usr/include/python2.7
}