wok annotate squid-custom-errors/receipt @ rev 11332

Up: gdbm (1.10)
author Alexander Medvedev <devl547@gmail.com>
date Fri Nov 25 08:14:23 2011 +0000 (2011-11-25)
parents 8b0cce5c5819
children 7209b34bbc17
rev   line source
erjo@4339 1 # SliTaz package receipt.
erjo@4339 2
erjo@4339 3 PACKAGE="squid-custom-errors"
slaxemulator@7184 4 VERSION="1.1"
erjo@4339 5 CATEGORY="misc"
erjo@4339 6 SHORT_DESC="squid error messages customized fro SliTaz"
erjo@4339 7 MAINTAINER="erjo@oslitaz.org"
erjo@4339 8 DEPENDS="squid"
pascal@10706 9 _TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@4339 10 WEB_SITE="http://www.slitaz.org"
erjo@4339 11
erjo@4339 12 # Rules to configure and make the package.
erjo@4339 13 compile_rules()
erjo@4339 14 {
pascal@10706 15 tar xvzf $stuff/$_TARBALL
pascal@9051 16 mkdir -p $DESTDIR
pascal@9051 17 cp -a $PACKAGE-$VERSION/fr $PACKAGE-$VERSION/wwwroot $DESTDIR
erjo@4339 18 }
erjo@4339 19
erjo@4339 20 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4339 21 genpkg_rules()
erjo@4339 22 {
erjo@4339 23 mkdir -p $fs/usr/share/squid/errors \
erjo@4339 24 $fs/var/www
erjo@4339 25
pascal@9032 26 cp -a $_pkg/fr $fs/usr/share/squid/errors
pascal@9032 27 cp -a $_pkg/wwwroot/* $fs/var/www
erjo@4339 28 }
erjo@4339 29