You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
971 B
21 lines
971 B
<?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>
|