From 63884be24c82840d9d3f6e590e609bc71ec611fe Mon Sep 17 00:00:00 2001 From: dota? =op Date: Sat, 18 Apr 2015 23:32:45 -0300 Subject: [PATCH 1/3] New package: ddclient-3.8.2 --- srcpkgs/ddclient/template | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 srcpkgs/ddclient/template diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template new file mode 100644 index 00000000000..c5903bfbd2f --- /dev/null +++ b/srcpkgs/ddclient/template @@ -0,0 +1,39 @@ +# 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 " +homepage="${SOURCEFORGE_SITE}/p/ddclient/wiki/Home/" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" +checksum=f343d2297b97b769949d4d6c3f603a8c52433acf2104245538808a2ea003ed5e + +do_install() { + vlicense COPYING + vlicense COPYRIGHT + + vdoc Changelog + 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 +} + From 97eb4594bb2f3d5138467da76f948685cff5dd73 Mon Sep 17 00:00:00 2001 From: dota? =op Date: Sun, 19 Apr 2015 10:26:10 -0300 Subject: [PATCH 2/3] ddclient: remove some useless files --- srcpkgs/ddclient/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template index c5903bfbd2f..c55847c2427 100644 --- a/srcpkgs/ddclient/template +++ b/srcpkgs/ddclient/template @@ -12,10 +12,6 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" checksum=f343d2297b97b769949d4d6c3f603a8c52433acf2104245538808a2ea003ed5e do_install() { - vlicense COPYING - vlicense COPYRIGHT - - vdoc Changelog vdoc README.cisco vdoc README.md vdoc README.ssl From 253708c855ce6e6125672ea2c29dba796b6db168 Mon Sep 17 00:00:00 2001 From: dota? =op Date: Wed, 22 Apr 2015 10:48:48 -0300 Subject: [PATCH 3/3] ddclient: remove trailing spaces from template --- srcpkgs/ddclient/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template index c55847c2427..ec19e041093 100644 --- a/srcpkgs/ddclient/template +++ b/srcpkgs/ddclient/template @@ -18,9 +18,7 @@ do_install() { vdoc RELEASENOTE vdoc TODO vdoc UPGRADE - vbin ddclient - vsconf sample-ddclient-wrapper.sh vsconf sample-etc_cron.d_ddclient vsconf sample-etc_ddclient.conf @@ -32,4 +30,3 @@ do_install() { vsconf sample-etc_rc.d_init.d_ddclient.redhat vsconf sample-etc_rc.d_init.d_ddclient.ubuntu } -