From 3557bdd7bb7e278e762ac32ffa4b3ada8c97da56 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Nov 2009 03:40:46 +0100 Subject: [PATCH] python: use libffi, build shared lib, bumprev. --HG-- extra : convert_revision : 46cff1a755b56fe0db9905874879ea11ddc67bda --- templates/python/devel.template | 3 ++- templates/python/template | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/python/devel.template b/templates/python/devel.template index e25d685982..90449fbc5d 100644 --- a/templates/python/devel.template +++ b/templates/python/devel.template @@ -7,10 +7,11 @@ long_desc="${long_desc} Add_dependency run python +revision=1 + do_install() { mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/bin mv ${SRCPKGDESTDIR}/usr/bin/python*-config ${DESTDIR}/usr/bin mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr - mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib } diff --git a/templates/python/template b/templates/python/template index 01e0cf8ef2..4d80c4b31d 100644 --- a/templates/python/template +++ b/templates/python/template @@ -1,9 +1,11 @@ # Template build file for 'python'. pkgname=python version=2.6.4 +revision=1 wrksrc="Python-$version" distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" -configure_args="--with-threads --enable-ipv6 --with-signal-module" +configure_args="--with-threads --enable-ipv6 --with-signal-module + --enable-shared --with-system-ffi" build_style=gnu_configure short_desc="Interpreted, interactive, object-oriented programming language" maintainer="Juan RP " @@ -22,6 +24,7 @@ long_desc=" subpackages="devel" Add_dependency full glibc +Add_dependency full libffi Add_dependency full zlib Add_dependency full readline Add_dependency full bzip2