diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-14 22:39:13 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-14 22:39:13 +0100 |
commit | b7bc664c4775e4817dca0a821a98cd18e25e81d2 (patch) | |
tree | 3e6631cf1d8be9a805aa719b10fe26dcd63400d2 | |
parent | 52a1425c74b8bbdee4f3839e2fe763adba0d19b0 (diff) | |
download | nutyx-pakxe-b7bc664c4775e4817dca0a821a98cd18e25e81d2.tar.gz nutyx-pakxe-b7bc664c4775e4817dca0a821a98cd18e25e81d2.tar.bz2 nutyx-pakxe-b7bc664c4775e4817dca0a821a98cd18e25e81d2.tar.xz nutyx-pakxe-b7bc664c4775e4817dca0a821a98cd18e25e81d2.zip |
python2 dans base
-rw-r--r-- | base/python2/.footprint (renamed from extra/python2/.footprint) | 0 | ||||
-rw-r--r-- | base/python2/.md5sum (renamed from extra/python2/.md5sum) | 0 | ||||
-rwxr-xr-x | base/python2/Pkgfile (renamed from extra/python2/Pkgfile) | 8 | ||||
-rw-r--r-- | base/python2/python-2.7-db51.diff (renamed from extra/python2/python-2.7-db51.diff) | 0 |
4 files changed, 3 insertions, 5 deletions
diff --git a/extra/python2/.footprint b/base/python2/.footprint index c5eaf41b3..c5eaf41b3 100644 --- a/extra/python2/.footprint +++ b/base/python2/.footprint diff --git a/extra/python2/.md5sum b/base/python2/.md5sum index 79488d48e..79488d48e 100644 --- a/extra/python2/.md5sum +++ b/base/python2/.md5sum diff --git a/extra/python2/Pkgfile b/base/python2/Pkgfile index 20d3524ca..b67a30181 100755 --- a/extra/python2/Pkgfile +++ b/base/python2/Pkgfile @@ -2,11 +2,11 @@ # URL: http://www.python.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: db, bzip2, gdbm, openssl, zlib, expat, sqlite3, libffi +# Depends on: name=python2 version=2.7.1 -release=4 +release=5 _pybasever=2.7 source=( http://www.python.org/ftp/python/$version/Python-$version.tar.bz2 @@ -23,8 +23,6 @@ build() { rm -r Modules/zlib rm -r Modules/_ctypes/{darwin,libffi}* -# sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" \ -# setup.py export OPT="${CFLAGS}" ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \ @@ -39,7 +37,7 @@ build() { ln -sf ../../libpython${_pybasever}.so \ $PKG/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so - mv $PKG/usr/bin/smtpd.py $pkgdir/usr/lib/python${_pybasever}/ + mv $PKG/usr/bin/smtpd.py $PKG/usr/lib/python${_pybasever}/ # some useful "stuff" install -dm755 $PKG/usr/lib/python${_pybasever}/Tools/{i18n,scripts} diff --git a/extra/python2/python-2.7-db51.diff b/base/python2/python-2.7-db51.diff index 2da95c375..2da95c375 100644 --- a/extra/python2/python-2.7-db51.diff +++ b/base/python2/python-2.7-db51.diff |