168 lines
6.8 KiB
XML
168 lines
6.8 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>systemtap</Name>
|
||
<Homepage>http://sourceware.org/systemtap/</Homepage>
|
||
<Packager>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>GPLv2+</License>
|
||
<IsA>app:console</IsA>
|
||
<Summary>Instrumentation System</Summary>
|
||
<Description>systemtap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.</Description>
|
||
<Archive sha1sum="c7c693578bbd17a3dc2e75e58ef709cc091daa6e" type="targz">https://sourceware.org/systemtap/ftp/releases/systemtap-5.4.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>bzip2</Dependency>
|
||
<Dependency>nss-devel</Dependency>
|
||
<Dependency>boost-devel</Dependency>
|
||
<Dependency>python-devel</Dependency>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>sqlite-devel</Dependency>
|
||
<Dependency>json-c-devel</Dependency>
|
||
<Dependency>ncurses-devel</Dependency>
|
||
<Dependency>libxml2-devel</Dependency>
|
||
<Dependency>readline-devel</Dependency>
|
||
<Dependency>elfutils-devel</Dependency>
|
||
<Dependency>python-setuptools</Dependency>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
<Dependency>python3-packaging</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>systemtap</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>elfutils</Dependency>
|
||
<Dependency>readline</Dependency>
|
||
<Dependency>sqlite</Dependency>
|
||
<Dependency>python</Dependency>
|
||
<Dependency>libgcc</Dependency>
|
||
<Dependency>bzip2</Dependency>
|
||
<Dependency>nspr</Dependency>
|
||
<Dependency>nss</Dependency>
|
||
<Dependency>boost</Dependency>
|
||
<Dependency>json-c</Dependency>
|
||
<Dependency>ncurses</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="config">/etc</Path>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="executable">/usr/sbin</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
<Path fileType="data">/run/systemtap</Path>
|
||
<Path fileType="data">/run/stap-server</Path>
|
||
<Path fileType="data">/etc/logrotate.d</Path>
|
||
<Path fileType="data">/var/log/stap-server</Path>
|
||
<Path fileType="data">/var/cache/systemtap</Path>
|
||
<Path fileType="localedata">/usr/share/locale</Path>
|
||
<Path fileType="data">/usr/share/systemtap/tapset</Path>
|
||
<Path fileType="data">/usr/share/systemtap/runtime</Path>
|
||
<Path fileType="executable">/usr/libexec/systemtap</Path>
|
||
<Path fileType="config">/usr/lib/tmpfiles.d/systemtap.conf</Path>
|
||
<Path fileType="data">/usr/share/systemtap/examples</Path>
|
||
<Path fileType="data">/usr/share/systemtap/interactive-notebook/</Path>
|
||
</Files>
|
||
<AdditionalFiles>
|
||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/systemtap.conf">tmpfiles.conf</AdditionalFile>
|
||
</AdditionalFiles>
|
||
<Provides>
|
||
<COMAR script="package.py">System.Package</COMAR>
|
||
</Provides>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>systemtap-testsuite</Name>
|
||
<Summary>Testsuite allows testing of the entire SystemTap toolchain without having to rebuild from sources</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">systemtap</Dependency>
|
||
<Dependency release="current">systemtap-sdt-devel</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="data">/usr/share/systemtap/testsuite</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>systemtap-sdt-devel</Name>
|
||
<Summary>Static probe support tools</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">systemtap</Dependency>
|
||
<Dependency>python-devel</Dependency>
|
||
<Dependency>sqlite-devel</Dependency>
|
||
<Dependency>readline-devel</Dependency>
|
||
<Dependency>ncurses-devel</Dependency>
|
||
<Dependency>libxml2-devel</Dependency>
|
||
<Dependency>json-c-devel</Dependency>
|
||
<Dependency>boost-devel</Dependency>
|
||
<Dependency>nss-devel</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin/dtrace</Path>
|
||
<Path fileType="header">/usr/include</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="8">
|
||
<Date>2026-02-20</Date>
|
||
<Version>5.4</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="7">
|
||
<Date>2025-02-27</Date>
|
||
<Version>5.2</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="6">
|
||
<Date>2023-10-29</Date>
|
||
<Version>4.9</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="5">
|
||
<Date>2022-10-24</Date>
|
||
<Version>4.7</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="4">
|
||
<Date>2020-02-02</Date>
|
||
<Version>4.2</Version>
|
||
<Comment>Version bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2018-08-10</Date>
|
||
<Version>3.2</Version>
|
||
<Comment>Rebuild</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2018-03-22</Date>
|
||
<Version>3.2</Version>
|
||
<Comment>Rebuild</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2017-11-24</Date>
|
||
<Version>3.2</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Osman Erkan</Name>
|
||
<Email>osman.erkan@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|