Page MenuHomeSolus

D5607.diff
No OneTemporary

D5607.diff

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 @@
+<PISI>
+ <Source>
+ <Name>atop</Name>
+ <Packager>
+ <Name>Thomas Staudinger</Name>
+ <Email>Staudi.Kaos@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">ASCII full-screen performance monitor</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>atop</Name>
+ <Summary xml:lang="en">ASCII full-screen performance monitor</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="config">/etc/cron.d/atop</Path>
+ <Path fileType="config">/etc/logrotate.d/psaccs_atop</Path>
+ <Path fileType="config">/etc/logrotate.d/psaccu_atop</Path>
+ <Path fileType="executable">/usr/bin/atop</Path>
+ <Path fileType="executable">/usr/bin/atop-2.4.0</Path>
+ <Path fileType="executable">/usr/bin/atopconvert</Path>
+ <Path fileType="executable">/usr/bin/atopsar</Path>
+ <Path fileType="executable">/usr/bin/atopsar-2.4.0</Path>
+ <Path fileType="library">/usr/lib/systemd/system-sleep/atop-pm.sh</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atop.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atopacct.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atopgpu.service</Path>
+ <Path fileType="executable">/usr/sbin/atopacctd</Path>
+ <Path fileType="executable">/usr/sbin/atopgpud</Path>
+ <Path fileType="data">/usr/share/atop/atop.daily</Path>
+ <Path fileType="man">/usr/share/man/man1/atop.1</Path>
+ <Path fileType="man">/usr/share/man/man1/atopconvert.1</Path>
+ <Path fileType="man">/usr/share/man/man1/atopsar.1</Path>
+ <Path fileType="man">/usr/share/man/man5/atoprc.5</Path>
+ <Path fileType="man">/usr/share/man/man8/atopacctd.8</Path>
+ <Path fileType="man">/usr/share/man/man8/atopgpud.8</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-03-03</Date>
+ <Version>2.4.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Thomas Staudinger</Name>
+ <Email>Staudi.Kaos@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 15 2023, 9:17 PM (12 w, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804450
Default Alt Text
D5607.diff (4 KB)

Event Timeline