1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libdnet</Name>
- <Homepage>http://code.google.com/p/libdnet/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Simple low-level library</Summary>
- <Description>libdnet is a simplified, portable interface to several low-level networking routines, providing C and Python API.</Description>
- <Archive sha1sum="71302be302e84fc19b559e811951b5d600d976f8" type="targz">http://libdnet.googlecode.com/files/libdnet-1.12.tgz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">libdnet-shrext.patch</Patch>
- <Patch>libdnet-1.10-nmap2.diff</Patch>
- <Patch>libdnet-1.11-lib_version_fix.diff</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>libdnet</Name>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdnet-devel</Name>
- <Summary>Development files for libdnet</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libdnet</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/dnet-config</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2016-03-02</Date>
- <Version>1.12</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2014-01-29</Date>
- <Version>1.12</Version>
- <Comment>Rebuild</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2010-10-13</Date>
- <Version>1.12</Version>
- <Comment>First release</Comment>
- <Name>Gökcen Eraslan</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|