aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/ncmpcpp/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:55:53 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:55:53 +0800
commit9b792196cd02c54535af7bc253bcc1f2337c7124 (patch)
tree1763b443225f24a01e585fb68b5241dbb18764aa /repos/extra/ncmpcpp/abuild
parent809019452753c4a3ee5b6f7281e7acde3a0b5142 (diff)
downloadalicelinux-9b792196cd02c54535af7bc253bcc1f2337c7124.tar.gz
alicelinux-9b792196cd02c54535af7bc253bcc1f2337c7124.zip
ncmpcpp: new added
Diffstat (limited to 'repos/extra/ncmpcpp/abuild')
-rw-r--r--repos/extra/ncmpcpp/abuild9
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
+}