void-packages/srcpkgs/ncmpcpp/template
2015-09-13 06:56:16 +02:00

25 lines
800 B
Bash

# Template file for 'ncmpcpp'
pkgname=ncmpcpp
version=0.6.7
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 ncurses-devel readline-devel libmpdclient-devel
libcurl-devel taglib-devel fftw-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=08807dc515b4e093154a6e91cdd17ba64ebedcfcd7aa34d0d6eb4d4cc28a217b
pre_configure() {
sed -i '/^docdir/d' {,doc/}Makefile.in
}
post_install() {
vsconf doc/bindings
vsconf doc/config
}