pspec.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>dnsmasq</Name>
  6. <Homepage>http://www.thekelleys.org.uk/dnsmasq/doc.html</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>GPLv3</License>
  13. <IsA>service</IsA>
  14. <Summary>Lightweight, easy to configure DNS forwarder and DHCP server</Summary>
  15. <Description>dnsmasq is a DNS forwarder and DHCP server that can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured in each host.</Description>
  16. <Archive sha1sum="45317f3ce129c670c812428f97b92273b5286df0">http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.80.tar.xz</Archive>
  17. <Patches>
  18. <Patch>001_SIOCGARP_fix-Sulin.patch</Patch>
  19. </Patches>
  20. </Source>
  21. <Package>
  22. <Name>dnsmasq</Name>
  23. <Files>
  24. <Path fileType="config">/etc</Path>
  25. <Path fileType="executable">/usr/sbin</Path>
  26. <Path fileType="data">/var/lib/dnsmasq</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. </Files>
  30. <AdditionalFiles>
  31. <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/dnsmasq">dnsmasq.confd-r1</AdditionalFile>
  32. <AdditionalFile owner="root" permission="0755" target="/etc/init.d/dnsmasq">dnsmasq-init-r4</AdditionalFile>
  33. <AdditionalFile owner="root" permission="0644" target="/etc/logrotate.d/dnsmasq.logrotate">dnsmasq.logrotate</AdditionalFile>
  34. </AdditionalFiles>
  35. </Package>
  36. <History>
  37. <Update release="1">
  38. <Date>2020-01-08</Date>
  39. <Version>2.88</Version>
  40. <Comment>First release</Comment>
  41. <Name>Süleyman Poyraz</Name>
  42. <Email>zaryob.dev@gmail.com</Email>
  43. </Update>
  44. </History>
  45. </INARY>