media-player-info: use ${FREEDESKTOP_SITE}, vlicense

This commit is contained in:
Michael Gehring 2017-07-11 13:52:04 +00:00
parent fa88da79e7
commit b5218a99b2
1 changed files with 5 additions and 1 deletions

View File

@ -10,5 +10,9 @@ homepage="http://cgit.freedesktop.org/$pkgname/"
short_desc="Data files describing media player capabilities, for post-HAL systems"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.gz"
distfiles="${FREEDESKTOP_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=7ee7d7712834860533c46b16947238ef5b5d72f394fa7fb52783a15fba7b2336
post_install() {
vlicense COPYING
}