mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/mopidy: specify license
This commit is contained in:
parent
3c870aa598
commit
94fd83220c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user