pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libdnet</Name>
  6. <Homepage>http://code.google.com/p/libdnet/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Simple low-level library</Summary>
  15. <Description>libdnet is a simplified, portable interface to several low-level networking routines, providing C and Python API.</Description>
  16. <Archive sha1sum="71302be302e84fc19b559e811951b5d600d976f8" type="targz">http://libdnet.googlecode.com/files/libdnet-1.12.tgz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">libdnet-shrext.patch</Patch>
  22. <Patch>libdnet-1.10-nmap2.diff</Patch>
  23. <Patch>libdnet-1.11-lib_version_fix.diff</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>libdnet</Name>
  28. <RuntimeDependencies>
  29. <Dependency>python</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="executable">/usr/sbin</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>libdnet-devel</Name>
  40. <Summary>Development files for libdnet</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">libdnet</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin/dnet-config</Path>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="man">/usr/share/man/man3</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="3">
  52. <Date>2016-03-02</Date>
  53. <Version>1.12</Version>
  54. <Comment>Rebuilt with docker</Comment>
  55. <Name>İbrahim KARAGÜZEL</Name>
  56. <Email>karaguzelibrahim@gmail.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2014-01-29</Date>
  60. <Version>1.12</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>Stefan Gronewold(groni)</Name>
  63. <Email>groni@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2010-10-13</Date>
  67. <Version>1.12</Version>
  68. <Comment>First release</Comment>
  69. <Name>Gökcen Eraslan</Name>
  70. <Email>admins@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>