wok view ddclient/receipt @ rev 12579

mcabber: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 21:04:09 2012 +0200 (2012-04-28)
parents 74a6a43bf614
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="ddclient"
4 VERSION="3.8.1"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic DNS update tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://ddclient.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 CONFIG_FILES="/etc/ddclient"
12 DEPENDS="perl"
13 TAGS="DNS"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/sbin $fs/etc/ddclient $fs/var/cache/ddclient \
19 $fs/etc/init.d
20 cp $src/ddclient $fs/usr/sbin
21 cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf
22 cp $stuff/ddclient $fs/etc/init.d
23 }