pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pcmciautils</Name>
  6. <Homepage>http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Various utilities dealing with the PCMCIA bus</Summary>
  14. <Description>pcmciautils contains the initialization tools necessary to allow the PCMCIA subsystem to behave as every other hotpluggable bus system.</Description>
  15. <Archive sha1sum="b1edd0f5640d4e413f730a607ae3bc15fd79f380" type="tarxz">https://sources.archlinux.org/other/pcmciautils/pcmciautils-018.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>sysfsutils-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>pcmciautils</Name>
  22. <RuntimeDependencies>
  23. <Dependency>sysfsutils</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/sbin</Path>
  27. <Path fileType="executable">/lib/udev</Path>
  28. <Path fileType="config">/etc/pcmcia</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="data">/lib/udev/rules.d</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="3">
  36. <Date>2017-02-17</Date>
  37. <Version>018</Version>
  38. <Comment>Rebuild.</Comment>
  39. <Name>Ertuğrul Erata</Name>
  40. <Email>ertugrulerata@gmail.com</Email>
  41. </Update>
  42. <Update release="2">
  43. <Date>2016-04-27</Date>
  44. <Version>018</Version>
  45. <Comment>Release Bump</Comment>
  46. <Name>PisiLinux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2016-03-09</Date>
  51. <Version>018</Version>
  52. <Comment>First release</Comment>
  53. <Name>Alihan Öztürk</Name>
  54. <Email>alihan@pisilinux.org</Email>
  55. </Update>
  56. </History>
  57. </PISI>