testing/py-mysqldb: license specified

This commit is contained in:
Fabian Affolter 2013-03-03 11:43:39 +00:00
parent 5999712831
commit 7b91236a43

View File

@ -1,17 +1,16 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=py-mysqldb
pkgver=1.2.3
pkgrel=1
pkgrel=2
pkgdesc="MySQL Module for python"
url="http://sourceforge.net/projects/mysql-python/"
arch="all"
license="GPL"
depends="python"
license="GPL2+"
depends=""
makedepends="python-dev py-setuptools mysql-dev"
source="http://downloads.sourceforge.net/mysql-python/MySQL-python-${pkgver}.tar.gz"
_builddir="$srcdir"/MySQL-python-$pkgver
build() {
cd "$_builddir"
python setup.py build || return 1
@ -23,3 +22,5 @@ package() {
}
md5sums="215eddb6d853f6f4be5b4afc4154292f MySQL-python-1.2.3.tar.gz"
sha256sums="7de66fbbf923634e7c965aeaefa74642ba75ae20ee1cefcefc3009595b7a7e6e MySQL-python-1.2.3.tar.gz"
sha512sums="8c1c88ccf833744ac1f78673cb306cafe7f9bfc85ab2ce6dee1024b86571c17f006e3ab8452dba3527976f39aca64757b2d961c30ef4ac61c9a27e60a5f1abf5 MySQL-python-1.2.3.tar.gz"