2006-02-23 15:26:10 +00:00
|
|
|
# Description: MySQL interface for Python
|
|
|
|
# URL: http://sourceforge.net/projects/mysql-python/
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2013-03-23 19:05:50 +01:00
|
|
|
# Depends on: distribute, mysql
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=mysql-python
|
2013-03-23 19:05:50 +01:00
|
|
|
version=1.2.4
|
|
|
|
release=1
|
|
|
|
source=(http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-$version.zip)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd MySQL-python-$version
|
|
|
|
python setup.py install --root=$PKG --prefix=/usr
|
|
|
|
}
|