wok view ddclient/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 2f36aef61933
children 38b25c37e19d
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"
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 }