# Template file for 'ncmpcpp' pkgname=ncmpcpp version=0.6.2 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=93ad5f3a460578873376ecaa588305fc446560bfd1a49e6e67da01784d352dd7 pre_configure() { sed -i 's/COPYING//' Makefile.in sed -i '/docdir =/s|=.*|= $(prefix)/share/examples/$(PACKAGE)|' doc/Makefile.in }