wok view ez-ipupdate/receipt @ rev 22999

updated leptonica and leptonica-dev again (1.78.0 -> 1.79.0)
author Hans-G?nter Theisgen
date Mon Mar 02 15:57:03 2020 +0100 (2020-03-02)
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 }