123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libnftnl</Name>
- <Homepage>https://netfilter.org/projects/libnftnl/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Netfilter library providing interface to the nf_tables subsystem</Summary>
- <Description>nf_tables alt sistemine arayüz sağlayan Netfilter kitaplığı</Description>
- <Archive sha1sum="aba10d5003a851fe08685df1d4ff7b60500122d0" type="tarxz">https://netfilter.org/projects/libnftnl/files/libnftnl-1.2.6.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>libmnl-devel</Dependency>
- </BuildDependencies>
- -->
- <!--
- <Patches>
- <Patch>libnftnl.patch</Patch>
- <Patch level="1">libnftnl.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>libnftnl</Name>
- <RuntimeDependencies>
- <Dependency>libmnl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libnftnl-devel</Name>
- <Summary>Development files for libnftnl</Summary>
- <RuntimeDependencies>
- <Dependency>libmnl-devel</Dependency>
- <Dependency release="current">libnftnl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-10-13</Date>
- <Version>1.2.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2023-01-13</Date>
- <Version>1.2.4</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|