wok-next annotate ddclient/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents bd7250c6c521
children d457c4e37c1b
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@4563 2
pascal@4563 3 PACKAGE="ddclient"
pascal@18912 4 VERSION="3.8.3"
pascal@4563 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Dynamic DNS update tool"
pascal@4563 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://sourceforge.net/p/ddclient/wiki/"
al@21020 10
pascal@4563 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4563 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@18912 13
al@21020 14 genpkg_rules() {
pascal@4563 15 mkdir -p $fs/usr/sbin $fs/etc/ddclient $fs/var/cache/ddclient \
pascal@4563 16 $fs/etc/init.d
pascal@4563 17 cp $src/ddclient $fs/usr/sbin
pascal@4563 18 cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf
slaxemulator@11092 19 cp $stuff/ddclient $fs/etc/init.d
al@21020 20 DEPENDS="perl"
al@21020 21 CONFIG_FILES="/etc/ddclient"
al@21020 22 TAGS="DNS"
pascal@4563 23 }