wok annotate ddclient/receipt @ rev 4563

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