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

Up: gst-plugins-base to 0.10.34. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 15:42:24 2011 +0000 (2011-05-20)
parents b1c161e563ff
children da3aa8fae023
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 }