pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libnfs</Name>
  6. <Homepage>https://github.com/sahlberg/libnfs</Homepage>
  7. <Packager>
  8. <Name>Mogyorósi Petra</Name>
  9. <Email>squeakymouse@protonmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <License>GPLv3</License>
  13. <License>BSDv2</License>
  14. <PartOf>network.connection</PartOf>
  15. <IsA>library</IsA>
  16. <Summary>NFS client library</Summary>
  17. <Description>LIBNFS is a client library for accessing NFS shares over a network.</Description>
  18. <Archive sha1sum="004de9e12cf726d7d5fe09b7aa47d14c3703e70f" type="targz">
  19. https://github.com/sahlberg/libnfs/archive/libnfs-4.0.0.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>cmake</Dependency>
  23. <Dependency>libxslt</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>libnfs</Name>
  28. <Summary>NFS client library</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>glibc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib/libnfs.so</Path>
  35. <Path fileType="library">/usr/lib/libnfs.so.11.0.0</Path>
  36. <Path fileType="library">/usr/lib/libnfs.so.2.0.0</Path>
  37. <Path fileType="man">/usr/share/man/*</Path>
  38. <Path fileType="doc">/usr/share/doc/*</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>libnfs-devel</Name>
  43. <Summary>Development files for libnfs</Summary>
  44. <RuntimeDependencies>
  45. <Dependency>libnfs</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include/*</Path>
  49. <Path fileType="config">/usr/lib/pkgconfig/*</Path>
  50. <Path fileType="config">/usr/lib/cmake/*</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="2">
  55. <Date>2020-12-13</Date>
  56. <Version>4.0.0</Version>
  57. <Comment>Ver. bump</Comment>
  58. <Name>fury</Name>
  59. <Email>uglyside@yandex.ru</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2018-07-03</Date>
  63. <Version>3.0.0</Version>
  64. <Comment>Latest revision from GitHub</Comment>
  65. <Name>Mogyorósi Petra</Name>
  66. <Email>squeakymouse@protonmail.com</Email>
  67. </Update>
  68. </History>
  69. </PISI>