83 lines
3.0 KiB
XML
83 lines
3.0 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libcpuid</Name>
|
||
<Homepage>https://github.com/theZiz/libcpuid</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>MPL LGPL</License>
|
||
<Icon>libcpuid</Icon>
|
||
<IsA>library</IsA>
|
||
<Summary>A small C library for x86 CPU detection and feature extraction</Summary>
|
||
<Description>libcpuid is a small C library for x86 CPU detection and feature extraction.</Description>
|
||
<Archive sha1sum="0dff620d58d69ff4ebd694058c49e8fd76229141" type="targz">https://github.com/anrieff/libcpuid/archive/refs/tags/v0.8.0.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>cmake</Dependency>
|
||
<Dependency>ninja</Dependency>
|
||
<Dependency>doxygen</Dependency>
|
||
<Dependency>glibc-devel</Dependency>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>graphviz-devel</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>libcpuid</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>python3</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="library">/usr/lib/libcpuid*</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libcpuid-devel</Name>
|
||
<Summary>Development files for libcpuid</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">libcpuid</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
<Path fileType="library">/usr/lib/cmake/cpuid</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="4">
|
||
<Date>2025-08-05</Date>
|
||
<Version>0.8.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2024-11-29</Date>
|
||
<Version>0.7.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Ümit Solmaz</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2023-11-03</Date>
|
||
<Version>0.6.4</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2022-09-17</Date>
|
||
<Version>0.6.0</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|