mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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>
|
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||||
# Maintainer:
|
# Maintainer:
|
||||||
pkgname=mopidy
|
pkgname=mopidy
|
||||||
|
_pkgname=Mopidy
|
||||||
pkgver=0.19.5
|
pkgver=0.19.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Mopidy is an extensible music server"
|
pkgdesc="Mopidy is an extensible music server"
|
||||||
url="http://www.mopidy.com/"
|
url="http://www.mopidy.com/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="Apache"
|
license="ASL 2.0"
|
||||||
depends="python py-pykka py-tornado gst-plugins-base0.10 gst-plugins-good0.10
|
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"
|
gst-plugins-ugly0.10 py-gst0.10 py-setuptools py-libxml2"
|
||||||
depends_dev=""
|
depends_dev=""
|
||||||
makedepends="python-dev"
|
makedepends="python-dev"
|
||||||
install=""
|
install=""
|
||||||
subpackages=""
|
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"
|
mopidy.conf"
|
||||||
|
|
||||||
_builddir="$srcdir"/Mopidy-$pkgver
|
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||||
prepare() {
|
prepare() {
|
||||||
local i
|
local i
|
||||||
cd "$_builddir"
|
cd "$_builddir"
|
||||||
|
Loading…
Reference in New Issue
Block a user