summaryrefslogtreecommitdiff
blob: 85a394977caffdf041a7d05fc4dba4b291435c69 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>ck+gentoo@bl4ckb0x.de</email>
		<name>Conrad Kostecki</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
		GLCDprocDriver is the glue between the graphlcd-base library from the GraphLCD project,
		which is written in C++, and LCDproc's meta-driver "glcdlib", which extends supported
		displays in LCDproc by those supported through graphlcd-base (but just in text mode, of course).
		It is implemented in C++, but provides the necessary wrapper C calls for use by glcdlib.
		It is NOT intended to provide general C wrapping for the whole graphlcd-base, library,
		as it really only implements the actual meta-driver for LCDproc.
	</longdescription>
	<upstream>
		<bugs-to>https://github.com/lucianm/GLCDprocDriver/issues</bugs-to>
		<remote-id type="github">lucianm/GLCDprocDriver</remote-id>
	</upstream>
</pkgmetadata>