pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>liboauth</Name>
  6. <Homepage>http://liboauth.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>C library implementing the OAuth secure authentication protocol</Summary>
  15. <Description>liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard.</Description>
  16. <Archive sha1sum="791dbb4166b5d2c843c8ff48ac17284cc0884af2" type="targz">mirrors://sourceforge/liboauth/liboauth-1.0.3.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>curl-devel</Dependency>
  19. <Dependency>nss-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch>liboauth-1.0.1-doxygen-out-of-tree.patch</Patch>
  23. <Patch>liboauth-1.0.3-openssl-1.1.patch</Patch>
  24. <Patch>liboauth-1.0.3-openssl-1.1_2.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>liboauth</Name>
  29. <RuntimeDependencies>
  30. <Dependency>nss</Dependency>
  31. <Dependency>curl</Dependency>
  32. <Dependency>nspr</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib/lib*.so*</Path>
  36. <Path fileType="localedata">/usr/share/licenses</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>liboauth-devel</Name>
  43. <Summary>Development files for liboauth</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">liboauth</Dependency>
  46. <Dependency>nss-devel</Dependency>
  47. <Dependency>curl-devel</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="data">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="1">
  56. <Date>2021-05-28</Date>
  57. <Version>1.0.3</Version>
  58. <Comment>First release for Pisi Linux</Comment>
  59. <Name>Berk Çakar</Name>
  60. <Email>berk2238@hotmail.com</Email>
  61. </Update>
  62. </History>
  63. </PISI>