metadata.xml 793 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>base-system@gentoo.org</email>
  6. <name>Gentoo Base System</name>
  7. </maintainer>
  8. <use>
  9. <flag name="arp">build the arp and rarp tools (for manipulating the ARP cache)</flag>
  10. <flag name="hostname">build the hostname and dnsdomainname tools</flag>
  11. <flag name="old-output">use old ifconfig output style (useful for when new output breaks scripts)</flag>
  12. <flag name="plipconfig">build the plipconfig tool (for working with old PLIP hardware)</flag>
  13. <flag name="slattach">build the slattach tool (for working with old serial ports)</flag>
  14. </use>
  15. <upstream>
  16. <remote-id type="sourceforge">net-tools</remote-id>
  17. </upstream>
  18. </pkgmetadata>