pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libndp</Name>
  6. <Homepage>http://libndp.org/</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>Library for Neighbor Discovery Protocol</Summary>
  14. <Description>Library for Neighbor Discovery Protocol</Description>
  15. <Archive sha1sum="eaf62c2ad8c0bedfa37c2d8ccad75f02f3b3ff8c" type="targz">https://github.com/jpirko/libndp/archive/v1.6.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libndp</Name>
  19. <Files>
  20. <Path fileType="config">/etc</Path>
  21. <Path fileType="data">/usr/share</Path>
  22. <Path fileType="data">/etc/dbus-1</Path>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="man">/usr/share/man</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="executable">/usr/bin</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>libndp-devel</Name>
  31. <Summary>Development files for libndp</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libndp</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="data">/usr/lib/pkgconfig/</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="3">
  42. <Date>2017-02-19</Date>
  43. <Version>1.6</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Ertuğrul Erata</Name>
  46. <Email>ertugrulerata@gmail.com</Email>
  47. </Update>
  48. <Update release="2">
  49. <Date>2016-06-09</Date>
  50. <Version>1.4</Version>
  51. <Comment>Release Bump</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2015-01-07</Date>
  57. <Version>1.4</Version>
  58. <Comment>First release</Comment>
  59. <Name>Ayhan Yalçınsoy</Name>
  60. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>