testing/py-msgpack: specify license

This commit is contained in:
Fabian Affolter 2013-09-04 19:12:30 +00:00 committed by Bartłomiej Piotrowski
parent 28fbe7f4bd
commit 3fd152b0ed

View File

@ -7,20 +7,21 @@ pkgrel=0
pkgdesc="Python module for MessagePack serialization/deserialization library"
url="http://pypi.python.org/pypi/msgpack-python/"
arch="all"
license="APACHE"
license="ASL 2.0"
depends=""
makedepends="python-dev py-setuptools"
subpackages=""
source="http://pypi.python.org/packages/source/m/$_realname/$_realname-$pkgver.tar.gz"
_builddir="$srcdir"/$_realname-$pkgver
build () {
cd "$_builddir"
python setup.py build
python setup.py build || return 1
}
package() {
cd "$_builddir"
python setup.py install --root="$pkgdir"
python setup.py install --root="$pkgdir" || return 1
}
md5sums="10dec96c90992b0f6e38bdf0cc5a8e79 msgpack-python-0.3.0.tar.gz"