diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-31 19:28:55 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-31 19:28:55 +0100 |
commit | 12de6f568f702613c60db3c3b17806e48048bb45 (patch) | |
tree | 7b12a3e5c111af4b6a75fb26aff958243cf190ab /sci-libs/indilib-driver-eqmod | |
parent | 2ec543db5c4acd79fe1431fbdae520b03c65fb86 (diff) | |
download | brancik-overlay-12de6f568f702613c60db3c3b17806e48048bb45.tar.gz brancik-overlay-12de6f568f702613c60db3c3b17806e48048bb45.tar.bz2 |
Adding metada.xml for all packages. Also profiles/package.mask file is added.
Diffstat (limited to 'sci-libs/indilib-driver-eqmod')
-rw-r--r-- | sci-libs/indilib-driver-eqmod/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-libs/indilib-driver-eqmod/metadata.xml b/sci-libs/indilib-driver-eqmod/metadata.xml new file mode 100644 index 0000000..5b98ee0 --- /dev/null +++ b/sci-libs/indilib-driver-eqmod/metadata.xml @@ -0,0 +1,20 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>ctibor@brancik.cz</email> + <name>Ctibor Brančík</name> + </maintainer> + <longdescription> + This INDI driver interacts with a mount controller using the Skywatcher Protocol through a serial link. + It can directly drive Skywatcher and similar mounts through a serial port after a conversion of signal levels + (see EQDIRECT interface), or any other mount hardware which uses this protocol. This project is similar in its goal + to the EQMOD/EQASCOM project, but for the Linux/INDI world. Thus the name of the INDI device is "EQMod Mount", + and the driver executable is indi_eqmod_telescope. + </longdescription> + <upstream> + <doc lang="en">http://indilib.org/devices/telescopes/eqmod.html</doc> + <bugs-to>http://sourceforge.net/p/indi/bugs/</bugs-to> + <remote-id type="sourceforge">indi</remote-id> + </upstream> +</pkgmetadata> |