diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 20:52:35 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 20:52:35 +0100 |
commit | 4c9296ab0b36c6b603945c1953938bc9e5e913e2 (patch) | |
tree | 3667ee57359254233571917fe93443ca9f6c78b6 /extra/python-chardet/Pkgfile | |
parent | 54621b4a2ef211bf45c3299118eb42a43340b3e8 (diff) | |
download | nutyx-extra-4c9296ab0b36c6b603945c1953938bc9e5e913e2.tar.gz nutyx-extra-4c9296ab0b36c6b603945c1953938bc9e5e913e2.tar.bz2 nutyx-extra-4c9296ab0b36c6b603945c1953938bc9e5e913e2.tar.xz nutyx-extra-4c9296ab0b36c6b603945c1953938bc9e5e913e2.zip |
python-chardet dans ouvert
Diffstat (limited to 'extra/python-chardet/Pkgfile')
-rw-r--r-- | extra/python-chardet/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/python-chardet/Pkgfile b/extra/python-chardet/Pkgfile deleted file mode 100644 index 880b935a5..000000000 --- a/extra/python-chardet/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ - -# Description: module python d'encodage automatique -# URL:http://chardet.feedparser.org -# Maintainer: NuTyX core team -# Packager: fanch -# Depends on: python -# Run on: - -name=python-chardet -version=2.0.1 -release=2 -source=(http://chardet.feedparser.org/download/python3-chardet-$version.tgz) - -build() { - cd $SRC/python3-chardet-$version - python setup.py build install --root=$PKG --optimize=1 -} - |