pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dhcpcd</Name>
  6. <Homepage>http://roy.marples.name/dhcpcd</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>A dhcp client only</Summary>
  14. <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>
  15. <Archive sha1sum="aa0a97682cb7dad3ea0acfe623a67da42614a2d8" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.11.5.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>eudev-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>dhcpcd</Name>
  22. <RuntimeDependencies>
  23. <Dependency>eudev</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="config">/etc</Path>
  27. <Path fileType="data">/lib/dhcpcd</Path>
  28. <Path fileType="library">/usr/lib/dhcpcd</Path>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="man">/usr/share/dhcpcd</Path>
  33. <Path fileType="data">/var/lib/dhcpcd</Path>
  34. <Path fileType="data">/run/dhcp</Path>
  35. </Files>
  36. <Provides>
  37. <COMAR script="service.py">System.Service</COMAR>
  38. </Provides>
  39. </Package>
  40. <History>
  41. <Update release="3">
  42. <Date>2017-02-23</Date>
  43. <Version>6.11.5</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Ertuğrul Erata</Name>
  46. <Email>ertugrulerata@gmail.com</Email>
  47. </Update>
  48. <Update release="2">
  49. <Date>2016-04-27</Date>
  50. <Version>6.10.1</Version>
  51. <Comment>Release Bump</Comment>
  52. <Name>PisiLinux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2016-03-08</Date>
  57. <Version>6.10.1</Version>
  58. <Comment>First release</Comment>
  59. <Name>Alihan Öztürk</Name>
  60. <Email>alihan@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>