wok diff squid-custom-errors/receipt @ rev 7153

Made compcache to use linux-modules-headers. This way linux in wok doesn't need to be compiled.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 06 19:22:12 2010 +0000 (2010-11-06)
parents
children 8a50526671d5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/squid-custom-errors/receipt	Sat Nov 06 19:22:12 2010 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="squid-custom-errors"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="squid error messages customized fro SliTaz"
    1.10 +MAINTAINER="erjo@oslitaz.org"
    1.11 +DEPENDS="squid"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.slitaz.org"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	tar xvzf stuff/$TARBALL 
    1.19 +}
    1.20 +
    1.21 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 +genpkg_rules()
    1.23 +{
    1.24 +	mkdir -p $fs/usr/share/squid/errors \
    1.25 +		$fs/var/www
    1.26 +		
    1.27 +	cp -a $PACKAGE-$VERSION/French $fs/usr/share/squid/errors
    1.28 +	cp -a $PACKAGE-$VERSION/wwwroot/* $fs/var/www
    1.29 +}
    1.30 +