void-packages/srcpkgs/ncmpcpp/template
2016-08-18 12:14:25 +02:00

28 lines
874 B
Bash

# Template file for 'ncmpcpp'
pkgname=ncmpcpp
version=0.7.5
revision=1
build_style=gnu-configure
configure_args="
BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode
--enable-visualizer --with-curl --with-taglib --with-fftw"
hostmakedepends="pkg-config"
makedepends="boost-devel readline-devel libmpdclient-devel
libcurl-devel taglib-devel fftw-devel icu-devel"
short_desc="Ncurses mpd client inspired by ncmpc"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://ncmpcpp.rybczak.net/"
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
checksum=7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d
# Required by waddwstr() with ncurses on musl
CXXFLAGS="-D_XOPEN_SOURCE=600"
pre_configure() {
sed -i '/^docdir/d' {,doc/}Makefile.in
}
post_install() {
vsconf doc/bindings
vsconf doc/config
}