wok-next diff ddclient/receipt @ rev 20545
vmtouch: create $install/usr/bin path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 03 15:08:22 2018 +0200 (2018-04-03) |
parents | eb8067417980 |
children | d5aab818505e |
line diff
1.1 --- a/ddclient/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/ddclient/receipt Tue Apr 03 15:08:22 2018 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ddclient" 1.7 -VERSION="3.8.1" 1.8 +VERSION="3.8.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Dynamic DNS update tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -10,8 +10,9 @@ 1.13 WEB_SITE="http://ddclient.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 CONFIG_FILES="/etc/ddclient" 1.16 +TAGS="DNS" 1.17 + 1.18 DEPENDS="perl" 1.19 -TAGS="DNS" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 @@ -22,4 +23,3 @@ 1.24 cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf 1.25 cp $stuff/ddclient $fs/etc/init.d 1.26 } 1.27 -