wok view ddclient/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 38b25c37e19d
children bd7250c6c521
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 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 DEPENDS="perl"
14 TAGS="DNS"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/sbin $fs/etc/ddclient $fs/var/cache/ddclient \
20 $fs/etc/init.d
21 cp $src/ddclient $fs/usr/sbin
22 cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf
23 cp $stuff/ddclient $fs/etc/init.d
24 }