pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libgssglue</Name>
  6. <Homepage>http://www.citi.umich.edu/projects/nfsv4/linux/</Homepage>
  7. <Packager>
  8. <Name>Marcin Bojara</Name>
  9. <Email>marcin@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>exports a gssapi interface which calls other random gssapi libraries</Summary>
  14. <Description>libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. </Description>
  15. <Archive sha1sum="a8edc4f6a1d4dcd80ad52d18226fc65fa8850af1" type="targz">http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.4.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">libgssglue-0.1-gssglue.patch</Patch>
  18. </Patches>
  19. </Source>
  20. <Package>
  21. <Name>libgssglue</Name>
  22. <Files>
  23. <Path fileType="library">/usr/lib/libgssglue.so*</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>libgssglue-devel</Name>
  29. <Summary>libgssglue development files</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">libgssglue</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="data">/usr/lib/pkgconfig</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="1">
  40. <Date>2022-03-10</Date>
  41. <Version>0.4</Version>
  42. <Comment>First release</Comment>
  43. <Name>Kamil Atlı</Name>
  44. <Email>suvari@pisilinux.org</Email>
  45. </Update>
  46. </History>
  47. </PISI>