Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,5 @@ +libc.so.6 +libm.so.6 +libncursesw.so.5 +librt.so.1 +libz.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,17 @@ +name : atop +version : 2.4.0 +release : 1 +source : + - https://github.com/Atoptool/atop/archive/v2.4.0.tar.gz : 74c0b6d121fb6e2465fbb59826336e260cd0f6a6091d07ada6e9b98908d53dd6 +license : GPL-2.0-or-later +component : system.utils +summary : ASCII full-screen performance monitor +description: | + Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. +setup : | + # Don't create /var/log path and files + sed -i '/LOGPATH/d' Makefile +build : | + %make +install : | + %make_install systemdinstall Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,54 @@ + + + atop + + Thomas Staudinger + Staudi.Kaos@gmail.com + + GPL-2.0-or-later + system.utils + ASCII full-screen performance monitor + Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. + + https://solus-project.com/sources/README.Solus + + + atop + ASCII full-screen performance monitor + Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. + + system.utils + + /etc/cron.d/atop + /etc/logrotate.d/psaccs_atop + /etc/logrotate.d/psaccu_atop + /usr/bin/atop + /usr/bin/atop-2.4.0 + /usr/bin/atopconvert + /usr/bin/atopsar + /usr/bin/atopsar-2.4.0 + /usr/lib/systemd/system-sleep/atop-pm.sh + /usr/lib/systemd/system/atop.service + /usr/lib/systemd/system/atopacct.service + /usr/lib/systemd/system/atopgpu.service + /usr/sbin/atopacctd + /usr/sbin/atopgpud + /usr/share/atop/atop.daily + /usr/share/man/man1/atop.1 + /usr/share/man/man1/atopconvert.1 + /usr/share/man/man1/atopsar.1 + /usr/share/man/man5/atoprc.5 + /usr/share/man/man8/atopacctd.8 + /usr/share/man/man8/atopgpud.8 + + + + + 2019-03-03 + 2.4.0 + Packaging update + Thomas Staudinger + Staudi.Kaos@gmail.com + + + \ No newline at end of file