ncmpcpp-0.9!

This commit is contained in:
4fury-c3440d8
2020-12-21 05:45:23 +03:00
parent 54b4ec9f80
commit 5006c742d5
2 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
j = "--enable-outputs \
--disable-visualizer \
--enable-visualizer \
--disable-clock \
--disable-static \
--with-taglib \
@@ -24,5 +24,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS")
pisitools.dodoc("AUTHORS", "CHANGELOG.md", "README.md")