wok view ddclient/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
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 }