You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.0 KiB
22 lines
1.0 KiB
<?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>
|