123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libnet</Name>
- <Homepage>http://www.sourceforge.net/projects/libnet-dev/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>Low level network library</Summary>
- <Description>libnet is a library to provide an API for commonly used low-level network functions.</Description>
- <Archive sha1sum="dffff71c325584fdcf99b80567b60f8ad985e34c" type="targz">mirrors://sourceforge/libnet-dev/libnet-1.1.6.tar.gz</Archive>
- <!--<Patches>
- <Patch level="1">libnet-1.1.2.1-format_not_a_string_literal_and_no_format_arguments.diff</Patch>
- <Patch level="1">libnet-1.1.4-zero-pointers-after-free.patch</Patch>
- </Patches>-->
- </Source>
- <Package>
- <Name>libnet</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libnet-devel</Name>
- <Summary>Development files for libnet</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libnet</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/libnet/html</Path>
- <Path fileType="doc">/usr/share/doc/libnet/examples</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2016-02-24</Date>
- <Version>1.1.6</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2014-03-09</Date>
- <Version>1.1.6</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2010-10-13</Date>
- <Version>1.1.6</Version>
- <Comment>First release</Comment>
- <Name>Gökcen Eraslan</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|