pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>dhcpcd</Name>
  6. <Homepage>http://roy.marples.name/dhcpcd</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>A dhcp client only</Summary>
  15. <Description>An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.</Description>
  16. <!-- @@@blfs basicnet dhcpd -->
  17. <Archive sha1sum="39445fac21200463ca5a08a261408c6abb9a263a" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-7.0.8.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>eudev-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>dhcpcd</Name>
  24. <RuntimeDependencies>
  25. <Dependency>eudev</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="config">/etc</Path>
  29. <Path fileType="data">/lib/dhcpcd</Path>
  30. <Path fileType="library">/usr/lib/dhcpcd</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="data">/var/lib/dhcpcd</Path>
  33. <Path fileType="data">/run/dhcp</Path>
  34. </Files>
  35. <AdditionalFiles>
  36. <AdditionalFile target="/etc/init.d/dhcpcd">dhcpcd.initd</AdditionalFile>s
  37. </AdditionalFiles>
  38. <Provides>
  39. <SCOM script="service.py">System.Service</SCOM>
  40. </Provides>
  41. </Package>
  42. <Package>
  43. <Name>dhcpcd-docs</Name>
  44. <IsA>data:doc</IsA>
  45. <PartOf>system.doc</PartOf>
  46. <Summary>Documentation for dhcpcd package.</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">dhcpcd</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="doc">/usr/share/doc</Path>
  52. </Files>
  53. </Package>
  54. <Package>
  55. <Name>dhcpcd-pages</Name>
  56. <IsA>data:doc</IsA>
  57. <PartOf>system.doc</PartOf>
  58. <Summary>Man pages for dhcpcd package.</Summary>
  59. <RuntimeDependencies>
  60. <Dependency release="current">dhcpcd</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="man">/usr/share/dhcpcd</Path>
  64. <Path fileType="man">/usr/share/man</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="1">
  69. <Date>2020-04-24</Date>
  70. <Version>7.0.8</Version>
  71. <Comment>First release for SulinOS 2021</Comment>
  72. <Name>Suleyman Poyraz</Name>
  73. <Email>zaryob.dev@gmail.com</Email>
  74. </Update>
  75. </History>
  76. </INARY>