diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
commit | 5ab2c2d585290fb77dfc8d3670361df2fdc11c62 (patch) | |
tree | 58fc24f3a355bff701d6e93ba8011e9d1764f7b9 /abs/core/mysql-python/PKGBUILD | |
parent | 4592612b015ff899ef52f33d96b52b5c60587ebb (diff) | |
download | linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.zip linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.gz linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.bz2 |
A whole lotta housekeeping
Diffstat (limited to 'abs/core/mysql-python/PKGBUILD')
-rw-r--r-- | abs/core/mysql-python/PKGBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core/mysql-python/PKGBUILD b/abs/core/mysql-python/PKGBUILD deleted file mode 100644 index 20c680c..0000000 --- a/abs/core/mysql-python/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 89788 2010-09-04 05:19:02Z remy $ -# Contributor: damir <damir@archlinux.org> - -pkgname=mysql-python -pkgver=1.2.3c1 -pkgrel=3 -pkgdesc="MySQL support for Python" -arch=("i686" "x86_64") -url="http://sourceforge.net/projects/mysql-python" -license=('GPL2') -depends=('python2' 'libmysqlclient>=5.1.41-2') -makedepends=('mysql>=5.1.41-2' 'python2-distribute') -source=("http://downloads.sourceforge.net/${pkgname}/MySQL-python-${pkgver}.tar.gz") -md5sums=('310dd856e439d070b59ece6dd7a0734d') - -build() { - cd ${srcdir}/MySQL-python-${pkgver} - python2 setup.py install --root=${pkgdir} || return 1 -} - |