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

Added libgnomcanvas to libgnomecanvas-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 04 19:12:57 2010 +0000 (2010-12-04)
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 }