summaryrefslogtreecommitdiff
blob: ae134cdb802726e6649dc6ca86697cba57735722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>conikost@gentoo.org</email>
		<name>Conrad Kostecki</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>