mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
22 lines
988 B
XML
22 lines
988 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>toolchain@gentoo.org</email>
|
|
<name>Gentoo Toolchain Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Crypt library for DES, MD5, and blowfish. Libxcrypt is a replacement for
|
|
libcrypt, which comes with the GNU C Library. It supports DES crypt,
|
|
MD5, and passwords with blowfish encryption.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="compat">Build with compatibility interfaces for other crypt implementations</flag>
|
|
<flag name="headers-only">Build and install only the headers. This is mostly useful for toolchain bootstrapping, to avoid circular deps.</flag>
|
|
<flag name="system">Install as system libcrypt.so rather than to an alternate directory (will collide with <pkg>sys-libs/glibc</pkg>'s version)</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">besser82/libxcrypt</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|