Files
main/programming/library/libtraceevent/pspec.xml
T
2025-11-18 17:43:25 +03:00

62 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libtraceevent</Name>
<Homepage>https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/about/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Linux kernel trace event library</Summary>
<Description>Linux çekirdek izleme olayı kitaplığı</Description>
<Archive sha1sum="6a8e1990865053e2f630e78d19c4784e911bca08" type="targz">https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/libtraceevent-1.8.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libtraceevent-1.5.0-documentation.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libtraceevent</Name>
<!--
<RuntimeDependencies>
<Dependency>Dep1</Dependency>
</RuntimeDependencies>
-->
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libtraceevent-devel</Name>
<Summary>Development files for libtraceevent</Summary>
<RuntimeDependencies>
<Dependency release="current">libtraceevent</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-11-18</Date>
<Version>1.8.6</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>