diff options
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 -} - |