This commit is contained in:
4fury-c3440d8
2021-10-17 00:00:59 +03:00
parent 23b2d47bf3
commit 51cad9ec02
2 changed files with 22 additions and 15 deletions
+3 -6
View File
@@ -4,16 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure")
autotools.configure("--enable-taskstats \
--enable-unicode \
--enable-cgroup")
autotools.autoreconf("-fiv")
autotools.configure()
def build():
autotools.make("-j1")
@@ -21,4 +18,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS")