python: update to 2.7, bump abi_depends.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user