pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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>pcmciautils</Name>
  6. <Homepage>http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>system.base</PartOf>
  14. <Summary>Various utilities dealing with the PCMCIA bus</Summary>
  15. <Description>pcmciautils contains the initialization tools necessary to allow the PCMCIA subsystem to behave as every other hotpluggable bus system.</Description>
  16. <!-- @@@debian pcmciautils -->
  17. <Archive sha1sum="a0d55fed0bab64b618b1e3a8639733316084cb51" type="targz">http://http.us.debian.org/debian/pool/main/p/pcmciautils/pcmciautils_018.orig.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>sysfsutils-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch>config-opts-fallback.patch</Patch>
  23. <Patch>no-modprobe-rules.patch</Patch>
  24. <Patch>remove-libsysfs-dep.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>pcmciautils</Name>
  29. <RuntimeDependencies>
  30. <Dependency>sysfsutils</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/sbin</Path>
  34. <Path fileType="executable">/lib/udev</Path>
  35. <Path fileType="config">/etc/pcmcia</Path>
  36. <Path fileType="data">/lib/udev/rules.d</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>pcmciautils-docs</Name>
  41. <IsA>data:doc</IsA>
  42. <PartOf>system.doc</PartOf>
  43. <RuntimeDependencies>
  44. <Dependency>pcmciautils</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. </Files>
  49. </Package>
  50. <Package>
  51. <Name>pcmciautils-pages</Name>
  52. <IsA>data:doc</IsA>
  53. <PartOf>system.doc</PartOf>
  54. <Summary>Manpages for pcmciautils</Summary>
  55. <RuntimeDependencies>
  56. <Dependency release="current">pcmciautils</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="man">/usr/share/man</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="1">
  64. <Date>2020-04-24</Date>
  65. <Version>018</Version>
  66. <Comment>First release for SulinOS 2021</Comment>
  67. <Name>Suleyman Poyraz</Name>
  68. <Email>zaryob.dev@gmail.com</Email>
  69. </Update>
  70. </History>
  71. </INARY>