network/remmina: Fixed dep information

This commit is contained in:
ponce 2012-08-25 15:40:11 +02:00
parent 590414f30f
commit 67504f8ae5
2 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,6 @@ tiny netbooks. Remmina supports multiple network protocols in an
integrated and consistant user interface. Currently RDP, VNC, NX,
XDMCP and SSH are supported.
This requires freerdp. Optionally Avahi/Zeroconf support and Telepathy
can be used as well, as long one passes AVAHI=ON and/or TELEPATHY=ON
to the script.
Optionally Avahi/Zeroconf (requires the optional dependency avahi)
support and Telepathy can be used as well, as long one passes
AVAHI=ON and/or TELEPATHY=ON to the script.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/downloads/FreeRDP/Remmina/Remmina-1.0.0.tar.gz"
MD5SUM="701c540acaab961bc3adf130a2ddb8b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="avahi freerdp"
REQUIRES="freerdp"
MAINTAINER="Luis Henrique"
EMAIL="lmello.009@gmail.com"