diff options
author | sibel <lesibel@free.fr> | 2010-12-29 08:18:35 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 08:18:35 +0000 |
commit | d0b886002b60b209de4141be03e71f740170cc01 (patch) | |
tree | a8620e6d9c4a9ad771d0faaf80af47d9bd36aad7 /extra/python2-chardet/Pkgfile | |
parent | cd84633a4147059bfa8b5078b6bee7e448f8ea0b (diff) | |
download | nutyx-extra-d0b886002b60b209de4141be03e71f740170cc01.tar.gz nutyx-extra-d0b886002b60b209de4141be03e71f740170cc01.tar.bz2 nutyx-extra-d0b886002b60b209de4141be03e71f740170cc01.tar.xz nutyx-extra-d0b886002b60b209de4141be03e71f740170cc01.zip |
python2-chardet#2.0.1-2, maj python
Diffstat (limited to 'extra/python2-chardet/Pkgfile')
-rw-r--r-- | extra/python2-chardet/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/python2-chardet/Pkgfile b/extra/python2-chardet/Pkgfile new file mode 100644 index 000000000..0cf916fb2 --- /dev/null +++ b/extra/python2-chardet/Pkgfile @@ -0,0 +1,16 @@ +# Description: module python d'encodage automatique +# URL:http://chardet.feedparser.org +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on: python2 + +name=python2-chardet +version=2.0.1 +release=1 +source=(http://chardet.feedparser.org/download/python2-chardet-$version.tgz) + +build() { + cd $SRC/python2-chardet-$version + python2 setup.py build install --root=$PKG --optimize=1 +} + |