wok-next annotate ez-ipupdate/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | a3c581bf52b8 |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
pascal@2143 | 2 |
pascal@2143 | 3 PACKAGE="ez-ipupdate" |
pascal@2143 | 4 VERSION="3.0.11b7" |
pascal@2143 | 5 CATEGORY="network" |
al@21020 | 6 SHORT_DESC="Update your host name for some dynamic DNS services" |
pascal@2143 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="https://web.archive.org/web/20120709060406/http://ez-ipupdate.com/" |
al@21020 | 10 |
pascal@2143 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@2143 | 12 WGET_URL="${WEB_SITE}dist/$TARBALL" |
pascal@2143 | 13 |
al@21020 | 14 compile_rules() { |
pascal@2143 | 15 grep -q errno.h conf_file.h || echo "#include <errno.h>" >> conf_file.h |
al@21020 | 16 |
al@21020 | 17 ./configure \ |
al@21020 | 18 --enable-default-service=dyndns \ |
al@21020 | 19 $CONFIGURE_ARGS && |
pascal@2143 | 20 make && |
al@21020 | 21 make DESTDIR=$install install |
pascal@2143 | 22 } |
pascal@2143 | 23 |
al@21020 | 24 genpkg_rules() { |
al@21020 | 25 copy @std |
al@21020 | 26 TAGS="DNS" |
pascal@2143 | 27 } |