htop.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user