mpdas: fix ftbfs
This commit is contained in:
parent
56dd8bdbbc
commit
9fe84e14f5
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'mpdas'
|
# Template file for 'mpdas'
|
||||||
pkgname=mpdas
|
pkgname=mpdas
|
||||||
version=0.4.5
|
version=0.4.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr CONFIG=/etc"
|
make_build_args="PREFIX=/usr CONFIG=/etc"
|
||||||
make_install_args="MANPREFIX=/usr/share/man/man1"
|
make_install_args="MANPREFIX=/usr/share/man/man1"
|
||||||
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libmpdclient-devel libcurl-devel"
|
makedepends="libmpdclient-devel libcurl-devel"
|
||||||
short_desc="MPD AudioScrobbler written in C++ using libcurl"
|
short_desc="MPD AudioScrobbler written in C++ using libcurl"
|
||||||
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://50hz.ws/mpdas/"
|
homepage="http://50hz.ws/mpdas/"
|
||||||
distfiles="https://github.com/hrkfdn/mpdas/archive/${version}.tar.gz"
|
distfiles="https://github.com/hrkfdn/mpdas/archive/${version}.tar.gz"
|
||||||
checksum=c9103d7b897e76cd11a669e1c062d74cb73574efc7ba87de3b04304464e8a9ca
|
checksum=c9103d7b897e76cd11a669e1c062d74cb73574efc7ba87de3b04304464e8a9ca
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue