opt/mysql-python/Pkgfile

16 lines
497 B
Plaintext

# Description: MySQL interface for Python
# URL: http://sourceforge.net/projects/mysql-python/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: python-setuptools mysql
name=mysql-python
version=1.2.5
release=2
source=(https://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-$version.zip)
build () {
cd MySQL-python-$version
/usr/bin/python setup.py install --root=$PKG --prefix=/usr
chmod 0644 $PKG/usr/lib/python2.7/site-packages/*.egg-info/*
}