wok view ddclient/receipt @ rev 14112

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-02-24)
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 }