testing/mopidy: specify license

This commit is contained in:
Fabian Affolter 2015-03-25 09:31:31 +00:00 committed by Natanael Copa
parent 3c870aa598
commit 94fd83220c

View File

@ -1,22 +1,23 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=mopidy
_pkgname=Mopidy
pkgver=0.19.5
pkgrel=1
pkgrel=2
pkgdesc="Mopidy is an extensible music server"
url="http://www.mopidy.com/"
arch="noarch"
license="Apache"
license="ASL 2.0"
depends="python py-pykka py-tornado gst-plugins-base0.10 gst-plugins-good0.10
gst-plugins-ugly0.10 py-gst0.10 py-setuptools py-libxml2"
depends_dev=""
makedepends="python-dev"
install=""
subpackages=""
source="https://pypi.python.org/packages/source/M/Mopidy/Mopidy-$pkgver.tar.gz
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
mopidy.conf"
_builddir="$srcdir"/Mopidy-$pkgver
_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
local i
cd "$_builddir"