wok view squid-custom-errors/receipt @ rev 7184

Up: squid to 3.1.9. Up: squid-custom-errors to 1.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 06:35:29 2010 +0000 (2010-11-08)
parents fd316695f8e5
children b1c161e563ff
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 }
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/share/squid/errors \
22 $fs/var/www
24 cp -a $PACKAGE-$VERSION/fr $fs/usr/share/squid/errors
25 cp -a $PACKAGE-$VERSION/wwwroot/* $fs/var/www
26 }