pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libnet</Name>
  6. <Homepage>http://www.sourceforge.net/projects/libnet-dev/</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. <Summary>Low level network library</Summary>
  14. <Description>libnet is a library to provide an API for commonly used low-level network functions.</Description>
  15. <Archive sha1sum="dffff71c325584fdcf99b80567b60f8ad985e34c" type="targz">mirrors://sourceforge/libnet-dev/libnet-1.1.6.tar.gz</Archive>
  16. <!--<Patches>
  17. <Patch level="1">libnet-1.1.2.1-format_not_a_string_literal_and_no_format_arguments.diff</Patch>
  18. <Patch level="1">libnet-1.1.4-zero-pointers-after-free.patch</Patch>
  19. </Patches>-->
  20. </Source>
  21. <Package>
  22. <Name>libnet</Name>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>libnet-devel</Name>
  30. <Summary>Development files for libnet</Summary>
  31. <RuntimeDependencies>
  32. <Dependency release="current">libnet</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc/libnet/html</Path>
  39. <Path fileType="doc">/usr/share/doc/libnet/examples</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="3">
  44. <Date>2016-02-24</Date>
  45. <Version>1.1.6</Version>
  46. <Comment>Rebuilt with docker</Comment>
  47. <Name>İbrahim KARAGÜZEL</Name>
  48. <Email>karaguzelibrahim@gmail.com</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2014-03-09</Date>
  52. <Version>1.1.6</Version>
  53. <Comment>Rebuild.</Comment>
  54. <Name>Kamil Atlı</Name>
  55. <Email>suvarice@gmail.com</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2010-10-13</Date>
  59. <Version>1.1.6</Version>
  60. <Comment>First release</Comment>
  61. <Name>Gökcen Eraslan</Name>
  62. <Email>admins@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>