wok view ez-ipupdate/receipt @ rev 20672

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 14:51:04 2019 +0100 (2019-01-24)
parents eb8067417980
children 535c806240cc
line source
1 # SliTaz package receipt.
3 PACKAGE="ez-ipupdate"
4 VERSION="3.0.11b7"
5 CATEGORY="network"
6 SHORT_DESC="Update your host name for some dynamic DNS services."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://web.archive.org/web/20120709060406/http://ez-ipupdate.com/"
11 WGET_URL="${WEB_SITE}dist/$TARBALL"
12 TAGS="DNS"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 grep -q errno.h conf_file.h || echo "#include <errno.h>" >> conf_file.h
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --enable-default-service=dyndns \
21 --mandir=/usr/share/man $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }