wok view ez-ipupdate/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 31c985a0bd3d
children 8dd8bab3f0ca
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="http://www.$PACKAGE.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 }