66 lines
2.4 KiB
XML
66 lines
2.4 KiB
XML
|
|
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>pciutils</Name>
|
|
<Homepage>http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv2</License>
|
|
<IsA>app:console</IsA>
|
|
<Summary>Various utilities dealing with the PCI bus</Summary>
|
|
<Description>The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices.</Description>
|
|
<Archive sha1sum="2009c441bfb78811c2991bde03b88c043654c195" type="tarxz">ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-3.2.1.tar.xz</Archive>
|
|
<AdditionalFiles>
|
|
<!-- 20100714
|
|
from: http://pciids.sourceforge.net/v2.2/pci.ids
|
|
-->
|
|
<AdditionalFile target="pci.ids">pci.ids</AdditionalFile>
|
|
</AdditionalFiles>
|
|
<Patches>
|
|
<!-- Disable gz support of pciids file -->
|
|
<Patch level="1">pciutils-nogz.patch</Patch>
|
|
|
|
<!-- Remove update-pciids support -->
|
|
<Patch level="1">pciutils-remove-update-pciids.patch</Patch>
|
|
<Patch level="1">makefile.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>pciutils</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/sbin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="data">/usr/share/misc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>pciutils-devel</Name>
|
|
<PartOf>system.devel</PartOf>
|
|
<Summary>Development files for pciutils</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">pciutils</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="header">/usr/include</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2014-05-11</Date>
|
|
<Version>3.2.1</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|