btop v1.4.4
This commit is contained in:
@@ -1,55 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>btop++</Name>
|
|
||||||
<Homepage>https://github.com/aristocratos/btop</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>PisiLinux Community</Name>
|
|
||||||
<Email>admins@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>Apache-2.0</License>
|
|
||||||
<IsA>app:console</IsA>
|
|
||||||
<PartOf>util.admin</PartOf>
|
|
||||||
<Summary>A monitor of resources.</Summary>
|
|
||||||
<Description>Resource monitor that shows usage and stats for processor, memory, disks, network and processes.</Description>
|
|
||||||
<Archive sha1sum="b5ff07ae2ee03299c4a5bb98040071afa191f178" type="targz">
|
|
||||||
https://github.com/aristocratos/btop/archive/refs/tags/v1.3.2.tar.gz
|
|
||||||
</Archive>
|
|
||||||
<BuildDependencies>
|
|
||||||
<Dependency>libgcc</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
<Patches>
|
|
||||||
<!-- <Patch level='1'></Patch> -->
|
|
||||||
</Patches>
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>btop++</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>libgcc</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
|
||||||
<Path fileType="data">/usr/share</Path>
|
|
||||||
<Path fileType="data">/usr/share/btop</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<History>
|
|
||||||
<Update release="2">
|
|
||||||
<Date>2024-08-18</Date>
|
|
||||||
<Version>1.3.2</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>fury</Name>
|
|
||||||
<Email>uglyside@yandex.ru</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2022-11-10</Date>
|
|
||||||
<Version>1.2.13</Version>
|
|
||||||
<Comment>First build.</Comment>
|
|
||||||
<Name>fury</Name>
|
|
||||||
<Email>uglyside@yandex.ru</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
|
||||||
@@ -10,15 +10,11 @@ j = ''.join([
|
|||||||
' VERBOSE=true',
|
' VERBOSE=true',
|
||||||
' QUIET=true',
|
' QUIET=true',
|
||||||
' STRIP=true',
|
' STRIP=true',
|
||||||
' ARCH=x86_64',
|
' ARCH=x86_64 '
|
||||||
' PREFIX=/usr '
|
|
||||||
])
|
])
|
||||||
|
|
||||||
def setup():
|
|
||||||
pass
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make(j)
|
autotools.make(j)
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), j))
|
autotools.rawInstall("DESTDIR=%s PREFIX=/usr" % get.installDIR())
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>btop</Name>
|
||||||
|
<Homepage>https://github.com/aristocratos/btop</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>Apache-2.0</License>
|
||||||
|
<IsA>app:console</IsA>
|
||||||
|
<PartOf>util.admin</PartOf>
|
||||||
|
<Summary>A monitor of resources.</Summary>
|
||||||
|
<Description>Resource monitor that shows usage and stats for processor, memory, disks, network and processes.</Description>
|
||||||
|
<Archive sha1sum="39ee4f66df0ef5205bf55c8fd994a1cca4cc66e9" type="targz">
|
||||||
|
https://github.com/aristocratos/btop/archive/v1.4.4/btop-v1.4.4.tar.gz
|
||||||
|
</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<!-- <Patch level="1"></Patch> -->
|
||||||
|
</Patches>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>btop</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2025-07-05</Date>
|
||||||
|
<Version>1.4.4</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2024-08-18</Date>
|
||||||
|
<Version>1.3.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2022-11-10</Date>
|
||||||
|
<Version>1.2.13</Version>
|
||||||
|
<Comment>First build.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user