network/csync: Fixed dep information
This commit is contained in:
parent
6a97e12e1c
commit
e7b71b8bd4
|
@ -4,5 +4,3 @@ To be more precise csync is a client only bidirectional file synchronizer.
|
|||
You can use csync for different things. The intention is to provide Roaming
|
||||
Home Directories for Linux but you can use it to synchronize your music
|
||||
collection or create a backup of a directory.
|
||||
|
||||
Csync requires log4c, iniparser, and check.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.csync.org/files/csync-0.44.0.tar.gz"
|
|||
MD5SUM="9f3a38d1608146ad0775feb475567972"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="iniparser check"
|
||||
REQUIRES="log4c iniparser check"
|
||||
MAINTAINER="Steven King"
|
||||
EMAIL="kingrst@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue