Merge pull request #18413 from Rmys/master

nftables new package
This commit is contained in:
Rmys
2026-03-30 15:06:27 +03:00
committed by GitHub
7 changed files with 367311 additions and 367101 deletions
+33
View File
@@ -0,0 +1,33 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import python3modules
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fiv")
autotools.configure("--with-cli=readline \
--disable-debug \
--with-json \
--disable-python")
# --with-unitdir=/usr/share/dbus-1/services \
def build():
autotools.make()
shelltools.cd("py")
python3modules.compile()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("py")
python3modules.install(pyVer="3")
pisitools.dodoc("../COPYING")
+74
View File
@@ -0,0 +1,74 @@
<?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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>nftables</Name>
<Summary xml:lang="tr">Netfilter tables userspace tools</Summary>
<Description xml:lang="tr">Netfilter tabloları kullanıcı alanı araçları</Description>
</Source>
</PISI>
+367194 -367099
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
a3a3bbf5109a0e2b4dd11543b5d9630cc8cdda50
0ab18563f18518073b3af9f054683d954b90be7f
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
20ab7ddca385e9c0ad507735778aa810c8971aa7
d9ddf338099ebcc7725f4bd9665ce9afb0bc4059