diff options
Diffstat (limited to 'repos/extra/ncmpcpp/abuild')
| -rw-r--r-- | repos/extra/ncmpcpp/abuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/extra/ncmpcpp/abuild b/repos/extra/ncmpcpp/abuild new file mode 100644 index 00000000..c8ddc3c5 --- /dev/null +++ b/repos/extra/ncmpcpp/abuild @@ -0,0 +1,9 @@ +name=ncmpcpp +version=0.10.1 +release=1 +source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz" +build_opt="--enable-clock --enable-outputs --enable-visualizer --with-fftw" + +prebuild() { + autoreconf -fi +} |