33 lines
946 B
Bash
33 lines
946 B
Bash
|
# Template file for 'ddclient'
|
||
|
pkgname=ddclient
|
||
|
version=3.8.2
|
||
|
revision=1
|
||
|
noarch="yes"
|
||
|
depends="perl-IO-Socket-SSL"
|
||
|
short_desc="Perl client used to update dynamic DNS"
|
||
|
license="GPL-2"
|
||
|
maintainer="rogi <rogi@skylittlesystem.org>"
|
||
|
homepage="${SOURCEFORGE_SITE}/p/ddclient/wiki/Home/"
|
||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||
|
checksum=f343d2297b97b769949d4d6c3f603a8c52433acf2104245538808a2ea003ed5e
|
||
|
|
||
|
do_install() {
|
||
|
vdoc README.cisco
|
||
|
vdoc README.md
|
||
|
vdoc README.ssl
|
||
|
vdoc RELEASENOTE
|
||
|
vdoc TODO
|
||
|
vdoc UPGRADE
|
||
|
vbin ddclient
|
||
|
vsconf sample-ddclient-wrapper.sh
|
||
|
vsconf sample-etc_cron.d_ddclient
|
||
|
vsconf sample-etc_ddclient.conf
|
||
|
vsconf sample-etc_dhclient-exit-hooks
|
||
|
vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
|
||
|
vsconf sample-etc_ppp_ip-up.local
|
||
|
vsconf sample-etc_rc.d_init.d_ddclient
|
||
|
vsconf sample-etc_rc.d_init.d_ddclient.lsb
|
||
|
vsconf sample-etc_rc.d_init.d_ddclient.redhat
|
||
|
vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
|
||
|
}
|