mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
20 lines
811 B
XML
20 lines
811 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="arp">build the arp and rarp tools (for manipulating the ARP cache)</flag>
|
|
<flag name="hostname">build the hostname and dnsdomainname tools</flag>
|
|
<flag name="plipconfig">build the plipconfig tool (for working with old PLIP hardware)</flag>
|
|
<flag name="slattach">build the slattach tool (for working with old serial ports)</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:net-tools_project:net-tools</remote-id>
|
|
<remote-id type="sourceforge">net-tools</remote-id>
|
|
<remote-id type="github">ecki/net-tools</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|