Set appropriate maintainer types in metadata.xml (GLEP 67)
[gentoo.git] / sys-libs / uclibc / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer type="person">
5     <email>vapier@gentoo.org</email>
6     <description>Primary Maintainer</description>
7   </maintainer>
8   <maintainer type="person">
9     <email>blueness@gentoo.org</email>
10     <name>Anthony G. Basile</name>
11   </maintainer>
12   <maintainer type="project">
13     <email>embedded@gentoo.org</email>
14     <name>Embedded Gentoo</name>
15   </maintainer>
16   <longdescription>
17 uClibc pronounced yew-see-lib-see is a C library for developing embedded Linux 
18 systems. It is much smaller than the GNU C Library, but nearly all applications supported 
19 by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc 
20 typically involves just recompiling the source code. uClibc even supports shared libraries 
21 and threading. It currently runs on standard Linux and MMU-less (also known as uClinux) 
22 systems with support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC, 
23 SH, SPARC, and v850 processors.
24 </longdescription>
25 <use>
26         <flag name="rpc">Enable sun nis/rpc support (you should use libtirpc though)</flag>
27         <flag name="ssp">Force the use of ssp to be built into a hardened uclibc setup</flag>
28         <flag name="savedconfig">Adds support for user defined configs</flag>
29         <flag name="uclibc-compat">Build uclibc with backwards compatible
30                 options</flag>
31         <flag name="wordexp">Add support for word expansion (wordexp.h)</flag>
32 </use>
33 </pkgmetadata>