wok view ez-ipupdate/receipt @ rev 6081

Add: Thunderbird langpacks (de en_GB es fr pt_BR pt_PT ru)
author Dominique Corbex <domcox@slitaz.org>
date Sun Aug 29 11:07:11 2010 +0200 (2010-08-29)
parents da037d1a8509
children eb8067417980
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.$PACKAGE.com/"
10 WGET_URL="${WEB_SITE}dist/$TARBALL"
11 TAGS="DNS"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 grep -q errno.h conf_file.h || echo "#include <errno.h>" >> conf_file.h
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --enable-default-service=dyndns \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $_pkg/usr $fs
29 }