diff options
author | sibel <lesibel@free.fr> | 2010-12-26 18:48:38 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-26 18:48:38 +0100 |
commit | f4948be11156c3b5496aea7a0c1521f09d08740f (patch) | |
tree | c7e4d2587c9ec453709ccb440feb096c962be1c6 /extra | |
parent | 9566cfbbf95699def8ba9da057fc668425566d72 (diff) | |
download | nutyx-extra-f4948be11156c3b5496aea7a0c1521f09d08740f.tar.gz nutyx-extra-f4948be11156c3b5496aea7a0c1521f09d08740f.tar.bz2 nutyx-extra-f4948be11156c3b5496aea7a0c1521f09d08740f.tar.xz nutyx-extra-f4948be11156c3b5496aea7a0c1521f09d08740f.zip |
python#2.7.1-1, ajout port
Diffstat (limited to 'extra')
-rw-r--r-- | extra/python2/.footprint | 5 | ||||
-rwxr-xr-x | extra/python2/Pkgfile | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/extra/python2/.footprint b/extra/python2/.footprint index 8d2547f2d..ed51d4caf 100644 --- a/extra/python2/.footprint +++ b/extra/python2/.footprint @@ -1,9 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/idle -> idle3 -lrwxrwxrwx root/root usr/bin/pydoc -> pydoc3 -lrwxrwxrwx root/root usr/bin/python -> python3 -lrwxrwxrwx root/root usr/bin/python-config -> python3-config +-rwxr-xr-x root/root usr/bin/2to3 -rwxr-xr-x root/root usr/bin/python2.7 -rwxr-xr-x root/root usr/bin/python2.7-config -rwxr-xr-x root/root usr/bin/smtpd.py diff --git a/extra/python2/Pkgfile b/extra/python2/Pkgfile index 33cf06017..879e000c5 100755 --- a/extra/python2/Pkgfile +++ b/extra/python2/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch # Depends on: pth, sqlite3 -name=python +name=python2 version=2.7.1 release=1 source=( http://www.python.org/ftp/python/$version/Python-$version.tar.bz2) @@ -19,5 +19,11 @@ build() { --enable-shared make make DESTDIR=$PKG install + + rm $PKG/usr/bin/idle + rm $PKG/usr/bin/pydoc + rm $PKG/usr/bin/python + rm $PKG/usr/bin/python-config + } |