summaryrefslogtreecommitdiffstats
path: root/extra/python2-chardet/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 08:18:35 +0000
committersibel <lesibel@free.fr>2010-12-29 08:18:35 +0000
commitd0b886002b60b209de4141be03e71f740170cc01 (patch)
treea8620e6d9c4a9ad771d0faaf80af47d9bd36aad7 /extra/python2-chardet/Pkgfile
parentcd84633a4147059bfa8b5078b6bee7e448f8ea0b (diff)
downloadnutyx-pakxe-d0b886002b60b209de4141be03e71f740170cc01.tar.gz
nutyx-pakxe-d0b886002b60b209de4141be03e71f740170cc01.tar.bz2
nutyx-pakxe-d0b886002b60b209de4141be03e71f740170cc01.tar.xz
nutyx-pakxe-d0b886002b60b209de4141be03e71f740170cc01.zip
python2-chardet#2.0.1-2, maj python
Diffstat (limited to 'extra/python2-chardet/Pkgfile')
-rw-r--r--extra/python2-chardet/Pkgfile16
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
+}
+