summaryrefslogtreecommitdiff
blob: ddaba5484b5c18d5dfe6d85ff134273d4ecaab16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
<longdescription>Standard GNU file utilities (chmod, cp, dd, dir, ls, ...), text utilities (sort, tr, head, wc, ...), and shell utilities (whoami, who, ...)
</longdescription>
<use>
	<flag name="caps">Add Linux capabilities support in output of file utilities (ls, dir, ...) via <pkg>sys-libs/libcap</pkg></flag>
	<flag name="hostname">Build the hostname program</flag>
	<flag name="kill">Build the kill program</flag>
	<flag name="multicall">Build all tools into a single `coreutils` program akin to busybox to save space</flag>
	<flag name="openssl">Use openssl libcrypto hash routines for hash functions</flag>
	<flag name="split-usr">Enable this if /bin and /usr/bin are separate directories</flag>
</use>
<upstream>
	<remote-id type="cpe">cpe:/a:gnu:coreutils</remote-id>
</upstream>
</pkgmetadata>