summaryrefslogtreecommitdiffstats
path: root/extra/python-chardet/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-chardet/Pkgfile')
-rw-r--r--extra/python-chardet/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/python-chardet/Pkgfile b/extra/python-chardet/Pkgfile
new file mode 100644
index 000000000..7dd1a1f7b
--- /dev/null
+++ b/extra/python-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: python
+
+name=python2-chardet
+version=2.0.1
+release=1
+source=(http://chardet.feedparser.org/download/$name-$version.tgz)
+
+build() {
+cd $SRC/$name-$version
+ python setup.py build install --root=$PKG --optimize=1
+} \ No newline at end of file