pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>pam</Name>
  6. <Homepage>http://www.kernel.org/pub/linux/libs/pam/</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>PAM</License>
  12. <IsA>library</IsA>
  13. <PartOf>system.base</PartOf>
  14. <Summary>Pluggable Authentication Modules</Summary>
  15. <Description>PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policy without having to recompile programs that handle authentication.</Description>
  16. <!-- @@@github linux-pam linux-pam -->
  17. <Archive sha1sum="e89b6d279c9bf8cb495dfc0b3f3931eb50f818e9" type="tarxz">https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-1.3.1.tar.xz</Archive>
  18. <AdditionalFiles>
  19. <AdditionalFile target="dlopen.sh" permission="0755">dlopen.sh</AdditionalFile>
  20. <AdditionalFile target="dlopen-test.sh" permission="0755">dlopen-test.sh</AdditionalFile>
  21. </AdditionalFiles>
  22. <BuildDependencies>
  23. <Dependency>perl</Dependency>
  24. <Dependency>gettext</Dependency>
  25. <Dependency>cracklib-devel</Dependency>
  26. <Dependency>libxslt-devel</Dependency>
  27. <Dependency>docbook-xsl</Dependency>
  28. </BuildDependencies>
  29. </Source>
  30. <Package>
  31. <Name>pam</Name>
  32. <RuntimeDependencies>
  33. <Dependency>cracklib</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="config">/etc</Path>
  37. <Path fileType="library">/lib</Path>
  38. <Path fileType="data">/var/run/console</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="executable">/sbin</Path>
  41. <Path fileType="executable">/usr/sbin</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="man">/usr/share/man</Path>
  44. <Path fileType="localedata">/usr/share/locale</Path>
  45. </Files>
  46. <AdditionalFiles>
  47. <AdditionalFile owner="root" permission="0644" target="/etc/limit.d/90-nproc.conf">90-nproc.conf</AdditionalFile>
  48. </AdditionalFiles>
  49. <Provides>
  50. <SCOM script="package.py">System.Package</SCOM>
  51. </Provides>
  52. </Package>
  53. <Package>
  54. <Name>pam-32bit</Name>
  55. <PartOf>emul32</PartOf>
  56. <Summary>32-bit shared libraries for pam</Summary>
  57. <BuildType>emul32</BuildType>
  58. <Files>
  59. <Path fileType="library">/lib32</Path>
  60. <Path fileType="library">/usr/lib32</Path>
  61. </Files>
  62. </Package>
  63. <Package>
  64. <Name>pam-devel</Name>
  65. <IsA>header</IsA>
  66. <PartOf>system.devel</PartOf>
  67. <Summary>Development files for pam</Summary>
  68. <RuntimeDependencies>
  69. <Dependency release="current">pam</Dependency>
  70. </RuntimeDependencies>
  71. <Files>
  72. <Path fileType="header">/usr/include</Path>
  73. <Path fileType="man">/usr/share/man/man3</Path>
  74. </Files>
  75. </Package>
  76. <History>
  77. <Update release="1">
  78. <Date>2020-04-24</Date>
  79. <Version>1.3.1</Version>
  80. <Comment>First release for SulinOS 2021</Comment>
  81. <Name>Suleyman Poyraz</Name>
  82. <Email>zaryob.dev@gmail.com</Email>
  83. </Update>
  84. </History>
  85. </INARY>