summaryrefslogtreecommitdiff
blob: 81b5e1b4396c79224fd6e434b8b97871aa16f4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>jauhien@gentoo.org</email>
		<name>Jauhien Piatlicki</name>
	</maintainer>
	<use>
		<flag name="mysql_internal">Don't build a separate mysql loadable module but rather build it into the cppdb library itself</flag>
		<flag name="odbc_internal">Don't build a separate postgresql loadable module but rather build it into the cppdb library itself</flag>
		<flag name="postgres_internal">Don't build a separate odbc loadable module but rather build it into the cppdb library itself</flag>
		<flag name="sqlite_internal">Don't build a separate sqlite3 loadable module but rather build it into the cppdb library itself</flag>
	</use>
	<upstream>
		<remote-id type="sourceforge">cppcms</remote-id>
	</upstream>
</pkgmetadata>