Files
2026-03-30 15:04:40 +03:00

75 lines
2.7 KiB
XML
Raw Permalink 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>nftables</Name>
<Homepage>https://netfilter.org/projects/nftables/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Netfilter tables userspace tools</Summary>
<Description>Netfilter tabloları kullanıcı alanı araçları</Description>
<Archive sha1sum="62b78805febc5702a0e8d4474144527d40beb98c" type="tarxz">https://netfilter.org/projects/nftables/files/nftables-1.1.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>libmnl-devel</Dependency>
<Dependency>jansson-devel</Dependency>
<Dependency>libnftnl-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>nftables.patch</Patch>
<Patch level="1">nftables.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>nftables</Name>
<RuntimeDependencies>
<Dependency>gmp</Dependency>
<Dependency>libmnl</Dependency>
<Dependency>jansson</Dependency>
<Dependency>libnftnl</Dependency>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/nftables</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>nftables-devel</Name>
<Summary>Development files for nftables</Summary>
<RuntimeDependencies>
<Dependency release="current">nftables</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-03-30</Date>
<Version>1.1.5</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>