contrib/chardet/Pkgfile

17 lines
475 B
Plaintext
Raw Normal View History

2011-04-10 15:25:59 +02:00
# Description: Python module for character encoding auto-detection.
# URL: https://github.com/erikrose/chardet
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2011-04-10 15:25:59 +02:00
# Packager: Marcin Karpezo, sirmacik at crux dot org dot pl
# Depends on: setuptools
2011-04-10 15:25:59 +02:00
name=chardet
version=2.3.0
2011-04-10 15:25:59 +02:00
release=1
source=(https://pypi.python.org/packages/source/c/$name/$name-$version.tar.gz)
2011-04-10 15:25:59 +02:00
build() {
cd $name-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG
2011-04-10 15:25:59 +02:00
}