opt/mysql-python/Pkgfile

15 lines
416 B
Plaintext

# Description: MySQL interface for Python
# URL: http://sourceforge.net/projects/mysql-python/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: distribute, mysql
name=mysql-python
version=1.2.4
release=1
source=(http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-$version.zip)
build () {
cd MySQL-python-$version
python setup.py install --root=$PKG --prefix=/usr
}