2006-02-23 15:26:10 +00:00
|
|
|
|
# Description: MySQL interface for Python
|
|
|
|
|
# URL: http://sourceforge.net/projects/mysql-python/
|
|
|
|
|
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
|
|
|
|
|
# Depends on: python, mysql
|
|
|
|
|
|
|
|
|
|
name=mysql-python
|
2006-04-20 20:37:09 +00:00
|
|
|
|
version=1.2.1
|
2006-02-23 15:26:10 +00:00
|
|
|
|
release=1
|
|
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/MySQL-python-$version.tar.gz )
|
|
|
|
|
|
|
|
|
|
build () {
|
|
|
|
|
cd MySQL-python-$version
|
|
|
|
|
python setup.py install --root=$PKG --prefix=/usr
|
|
|
|
|
}
|