# Template file for 'ncmpcpp' pkgname=ncmpcpp version=0.6.1 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 " license="GPL-2" homepage="http://ncmpcpp.rybczak.net/" distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2" checksum=15a37e442a584050e50a4b5479b2af25f1f3556a747a604bad1a6020210a6a0c pre_configure() { sed -i 's/COPYING//' Makefile.in sed -i '/docdir =/s|=.*|= $(prefix)/share/examples/$(PACKAGE)|' doc/Makefile.in }