pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>https://github.com/libnet/libnet</Homepage>
  7. <Packager>
  8. <Name>Blue DeviL</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>network.misc</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Low level network library</Summary>
  16. <Description>libnet is a library to provide an API for commonly used low-level network functions.</Description>
  17. <Archive sha1sum="83b98359b99f35f4bd1a7e66f42a6ffe1d099eca" type="targz">https://github.com/libnet/libnet/archive/v1.2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>doxygen</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libnet</Name>
  24. <Summary>Low level network library</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="executable">/usr/bin</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>libnet-devel</Name>
  34. <Summary>Development files for libnet</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">libnet</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="1">
  45. <Date>2019-11-29</Date>
  46. <Version>1.2</Version>
  47. <Comment>Version bump, moved from contrib.</Comment>
  48. <Name>Blue DeviL</Name>
  49. <Email>bluedevil@sctzine.com</Email>
  50. </Update>
  51. </History>
  52. </PISI>