blob: f76b127855600e5fe6f0739c3637826533e781d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>klondike@gentoo.org</email>
<name>Francisco Blas Izquierdo Riera</name>
</maintainer>
<use>
<flag name="bloom">
Build the bloom extension
</flag>
<flag name="script">
Build the scripting extension
</flag>
<flag name="systemlua">
Use the system's lua libraries (dev-lang/lua) instead of the embedded ones
</flag>
<flag name="systemboost">
Use the system's boost libraries (dev-libs/boost) instead of the bundled ones
</flag>
</use>
</pkgmetadata>
|