Files
core/system/base/gperftools/pspec.xml
T
2017-01-21 23:58:33 +03:00

88 lines
3.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gperftools</Name>
<Homepage>http://code.google.com/p/gperftools/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Google Performance Tools</Summary>
<Description>Perf Tools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.</Description>
<Archive sha1sum="1e7069f23f926df84a541938a8e6078b0aedf218" type="targz">https://github.com/gperftools/gperftools/releases/download/gperftools-2.5/gperftools-2.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>libunwind-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gperftools</Name>
<RuntimeDependencies>
<Dependency>libunwind</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/gperftools/COPYING</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>gperftools-devel</Name>
<IsA>library</IsA>
<Summary>Development headers for gperftools</Summary>
<Description>gperftools-devel provides development headers for gperftools.</Description>
<RuntimeDependencies>
<Dependency release="current">gperftools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>gperftools-docs</Name>
<IsA>data:doc</IsA>
<PartOf>system.doc</PartOf>
<Summary>Documentation files for gperftools</Summary>
<Description>gperftools-docs provides documentation files for gperftools.</Description>
<RuntimeDependencies>
<Dependency release="current">gperftools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/gperftools</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2017-01-21</Date>
<Version>2.5</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>2.4</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-02</Date>
<Version>2.4</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>