mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
mpdas: fix cross compiling
This commit is contained in:
parent
76700343c8
commit
50ffba17ab
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'mpdas'
|
# Template file for 'mpdas'
|
||||||
pkgname=mpdas
|
pkgname=mpdas
|
||||||
version=0.4.2
|
version=0.4.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
hostmakedepends="gcc"
|
hostmakedepends="gcc pkg-config"
|
||||||
makedepends="pkg-config libmpdclient-devel libcurl-devel"
|
makedepends="libmpdclient-devel libcurl-devel"
|
||||||
depends="mpd libmpdclient libcurl"
|
depends="mpd libmpdclient libcurl"
|
||||||
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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue