wok-current diff ddclient/receipt @ rev 4717
slitaz-dev-tools: add tazdev purge
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 05 11:56:30 2010 +0100 (2010-01-05) |
parents | |
children | 74a6a43bf614 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ddclient/receipt Tue Jan 05 11:56:30 2010 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ddclient" 1.7 +VERSION="3.8.0" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Dynamic DNS update tool." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://ddclient.sourceforge.net/" 1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 +CONFIG_FILES="/etc/ddclient" 1.15 +DEPENDS="perl" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/sbin $fs/etc/ddclient $fs/var/cache/ddclient \ 1.21 + $fs/etc/init.d 1.22 + cp $src/ddclient $fs/usr/sbin 1.23 + cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf 1.24 + cp stuff/ddclient $fs/etc/init.d 1.25 +} 1.26 +