mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
ddclient: update to 3.9.0.
This commit is contained in:
parent
88d5129413
commit
da74644ada
2 changed files with 11 additions and 7 deletions
2
srcpkgs/ddclient/files/ddclient/run
Normal file
2
srcpkgs/ddclient/files/ddclient/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec ddclient -foreground
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'ddclient'
|
# Template file for 'ddclient'
|
||||||
pkgname=ddclient
|
pkgname=ddclient
|
||||||
version=3.8.3
|
version=3.9.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
depends="perl-IO-Socket-SSL"
|
hostmakedepends="unzip"
|
||||||
|
depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
|
||||||
short_desc="Perl client used to update dynamic DNS"
|
short_desc="Perl client used to update dynamic DNS"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
maintainer="rogi <rogi@skylittlesystem.org>"
|
maintainer="rogi <rogi@skylittlesystem.org>"
|
||||||
homepage="${SOURCEFORGE_SITE}/p/ddclient/wiki/Home/"
|
homepage="${SOURCEFORGE_SITE}/p/ddclient/wiki/Home/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.zip"
|
||||||
checksum=d40e2f1fd3f4bff386d27bbdf4b8645199b1995d27605a886b8c71e44d819591
|
checksum=b4bc907eaadb1f30ccef8a11d92a30080ee21338cde89bf76b7d3d20a4499830
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vdoc README.cisco
|
vdoc README.cisco
|
||||||
|
@ -29,4 +30,5 @@ do_install() {
|
||||||
vsconf sample-etc_rc.d_init.d_ddclient.lsb
|
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.redhat
|
||||||
vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
|
vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
|
||||||
|
vsv ${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue