# Description: An almost exact clone of ncmpc with some new features # URL: http://unkart.ovh.org/ncmpcpp # Maintainer: Michael Savage, mike at mikejsavage dot co dot uk # Depends on: ncurses libmpdclient boost # Nice to have: curl taglib name=ncmpcpp version=0.6.1 release=1 source=(https://github.com/arybczak/$name/archive/$version.tar.gz) build() { cd $name-$version ./autogen.sh --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install # remove junk rm -rf $PKG/usr/share }