mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
mpdas: template cleanup
This commit is contained in:
parent
3c70097e54
commit
356af63434
1 changed files with 10 additions and 6 deletions
|
@ -2,20 +2,24 @@
|
||||||
pkgname=mpdas
|
pkgname=mpdas
|
||||||
version=0.4.2
|
version=0.4.2
|
||||||
revision=2
|
revision=2
|
||||||
build_style="gnu-makefile"
|
build_style=gnu-makefile
|
||||||
hostmakedepends="gcc pkg-config"
|
make_build_args="PREFIX=/usr CONFIG=/etc"
|
||||||
|
make_install_args="MANPREFIX=/usr/share/man/man1"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libmpdclient-devel libcurl-devel"
|
makedepends="libmpdclient-devel libcurl-devel"
|
||||||
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>"
|
||||||
license="BSD-3"
|
license="3-clause-BSD"
|
||||||
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=8ebdd0518cbdb033fc0578c9ea894d4670de1d67bf2541418cb5f7ac1210db6f
|
checksum=8ebdd0518cbdb033fc0578c9ea894d4670de1d67bf2541418cb5f7ac1210db6f
|
||||||
|
|
||||||
pre_install() {
|
pre_build() {
|
||||||
export MANPREFIX=/usr/share/man/man1
|
# make the build verbose and helpful
|
||||||
|
sed -i 's/@$(/$(/' Makefile
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vdoc README
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vsconf mpdasrc.example
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue