Files
main/kernel/tools/perf/pspec.xml
T
2016-03-20 15:54:51 +02:00

82 lines
3.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perf</Name>
<Homepage>http://www.kernel.org</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Performance analyser tool that makes full use of the Linux performance counter subsystem</Summary>
<Description>perf is a new tool which is used to optimize, validate and measure applications, workloads or the full system through the Linux performance counter subsystem.</Description>
<Archive sha1sum="180ab617036593212274177eff3a67f437c1b5ea" type="targz">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libunwind-devel</Dependency>
<Dependency>audit-devel</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>unifdef</Dependency>
<Dependency>elfutils</Dependency>
<Dependency>diffutils</Dependency>
<Dependency>newt-devel</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>pciutils-devel</Dependency>
<Dependency>numactl-devel</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>slang-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>perl</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>libxslt</Dependency>
</BuildDependencies>
<Patches>
<!-- Linux patches -->
<Patch level="1" compressionType="xz">patches/linux/patch-4.4.4.xz</Patch>
</Patches>
</Source>
<Package>
<Name>perf</Name>
<RuntimeDependencies>
<Dependency>audit</Dependency>
<Dependency>xz</Dependency>
<Dependency>newt</Dependency>
<Dependency>elfutils</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>numactl</Dependency>
<Dependency>libunwind</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>python</Dependency>
<Dependency>slang</Dependency>
<Dependency>glib2</Dependency>
<Dependency>zlib</Dependency>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="man">/usr/share/man/</Path>
<Path fileType="data">/usr/share/perf-core</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-03-06</Date>
<Version>4.4.4</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>