mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
877122b5db
and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port contains XMLRPC CLI client for EiskaltDC++ daemon. WWW: http://code.google.com/p/eiskaltdc/ PR: ports/161898 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com>
6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
bin/eiskaltdcpp-cli
|
|
@unexec if cmp -s %D/etc/eiskaltdcpp/config.pl.dist %D/etc/eiskaltdcpp/config.pl; then rm -f %D/etc/eiskaltdcpp/config.pl; fi
|
|
etc/eiskaltdcpp/config.pl.dist
|
|
@exec if [ ! -f %D/etc/eiskaltdcpp/config.pl ] ; then cp -p %D/%F %B/config.pl; fi
|
|
@dirrmtry etc/eiskaltdcpp
|