wok view ddclient/receipt @ rev 20596

xfi, xfw, cryptkeeper: (not so) dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 11:41:49 2018 +0100 (2018-12-16)
parents eb8067417980
children 72b279f0b233
line source
1 # SliTaz package receipt.
3 PACKAGE="ddclient"
4 VERSION="3.8.3"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic DNS update tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://ddclient.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 CONFIG_FILES="/etc/ddclient"
13 TAGS="DNS"
15 DEPENDS="perl"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/sbin $fs/etc/ddclient $fs/var/cache/ddclient \
21 $fs/etc/init.d
22 cp $src/ddclient $fs/usr/sbin
23 cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf
24 cp $stuff/ddclient $fs/etc/init.d
25 }