12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libnet</Name>
- <Homepage>https://github.com/libnet/libnet</Homepage>
- <Packager>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>network.misc</PartOf>
- <License>BSD</License>
- <IsA>library</IsA>
- <IsA>app:console</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="83b98359b99f35f4bd1a7e66f42a6ffe1d099eca" type="targz">https://github.com/libnet/libnet/archive/v1.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>doxygen</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libnet</Name>
- <Summary>Low level network library</Summary>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <Package>
- <Name>libnet-devel</Name>
- <Summary>Development files for libnet</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libnet</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-11-29</Date>
- <Version>1.2</Version>
- <Comment>Version bump, moved from contrib.</Comment>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|