blob: 6f8b47e9673530eb8739f6c197221e46d999abe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>hollow@gentoo.org</email>
<name>Benedikt Böhm</name>
</maintainer>
<longdescription lang="en">
Metro is a build tool that can build Gentoo Linux OS releases and OpenVZ
templates. It’s designed to interface with a package manager such as
Portage/emerge so that users can build their own releases of Gentoo or
other Linux-based operating systems.
The heart of Metro is its data-oriented recipe language and associated
parser, which has been designed to keep operating system builds
organized, consistent, maintainable and reliable.
From a Gentoo perspective, you can view Metro as a complete re-thinking
and redesign of Gentoo’s Catalyst build tool – building on its strengths
and addessing its weaknesses.
</longdescription>
<use>
<flag name="ccache">Enable support for ccache</flag>
<flag name="git">Enable support for git snapshots</flag>
<flag name="threads">Enable support for pbzip2 tarball packing/unpacking</flag>
</use>
</pkgmetadata>
|