wok annotate ddclient/receipt @ rev 12191
Add pwauth (use system passwd to auth user, maybe used in our CGI tools)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 26 01:27:26 2012 +0200 (2012-03-26) |
parents | 74a6a43bf614 |
children | eb8067417980 |
rev | line source |
---|---|
pascal@4563 | 1 # SliTaz package receipt. |
pascal@4563 | 2 |
pascal@4563 | 3 PACKAGE="ddclient" |
slaxemulator@11092 | 4 VERSION="3.8.1" |
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" |
jozee@4934 | 13 TAGS="DNS" |
pascal@4563 | 14 |
pascal@4563 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4563 | 16 genpkg_rules() |
pascal@4563 | 17 { |
pascal@4563 | 18 mkdir -p $fs/usr/sbin $fs/etc/ddclient $fs/var/cache/ddclient \ |
pascal@4563 | 19 $fs/etc/init.d |
pascal@4563 | 20 cp $src/ddclient $fs/usr/sbin |
pascal@4563 | 21 cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf |
slaxemulator@11092 | 22 cp $stuff/ddclient $fs/etc/init.d |
pascal@4563 | 23 } |
pascal@4563 | 24 |