wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="squid-custom-errors"
4 VERSION="1.1"
5 CATEGORY="misc"
6 SHORT_DESC="squid error messages customized fro SliTaz"
7 MAINTAINER="erjo@oslitaz.org"
8 DEPENDS="squid"
9 _TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 tar xvzf $stuff/$_TARBALL
16 mkdir -p $DESTDIR
17 cp -a $PACKAGE-$VERSION/fr $PACKAGE-$VERSION/wwwroot $DESTDIR
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/squid/errors \
24 $fs/var/www
26 cp -a $_pkg/fr $fs/usr/share/squid/errors
27 cp -a $_pkg/wwwroot/* $fs/var/www
28 }