opt/mysql-python/Pkgfile

16 lines
497 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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
# Depends on: python-setuptools mysql
2006-02-23 16:26:10 +01:00
name=mysql-python
version=1.2.5
2014-03-28 18:47:45 +01:00
release=2
source=(https://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-$version.zip)
2006-02-23 16:26:10 +01:00
build () {
cd MySQL-python-$version
/usr/bin/python setup.py install --root=$PKG --prefix=/usr
2014-03-28 18:47:45 +01:00
chmod 0644 $PKG/usr/lib/python2.7/site-packages/*.egg-info/*
2006-02-23 16:26:10 +01:00
}