wok view ddclient/receipt @ rev 4909

xarchive: add udeb sfs arj pak arc j uc2 zoo 7z bcj bcj2 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 13 11:28:10 2010 +0100 (2010-02-13)
parents
children 74a6a43bf614
line source
1 # SliTaz package receipt.
3 PACKAGE="ddclient"
4 VERSION="3.8.0"
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"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin $fs/etc/ddclient $fs/var/cache/ddclient \
18 $fs/etc/init.d
19 cp $src/ddclient $fs/usr/sbin
20 cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf
21 cp stuff/ddclient $fs/etc/init.d
22 }