wok-next annotate squid-custom-errors/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents cd7906120828
children
rev   line source
erjo@4339 1 # SliTaz package receipt.
erjo@4339 2
erjo@4339 3 PACKAGE="squid-custom-errors"
slaxemulator@7184 4 VERSION="1.1"
erjo@4339 5 CATEGORY="misc"
pascal@15582 6 SHORT_DESC="squid error messages customized for SliTaz"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15582 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
al@20888 11
al@21020 12 compile_rules() {
al@21020 13 _TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@4339 14
al@21020 15 tar xzf $stuff/$_TARBALL
al@21020 16 mkdir -p $install
al@21020 17 cp -a $PACKAGE-$VERSION/fr $PACKAGE-$VERSION/wwwroot $install
erjo@4339 18 }
erjo@4339 19
al@21020 20 genpkg_rules() {
erjo@4339 21 mkdir -p $fs/usr/share/squid/errors \
erjo@4339 22 $fs/var/www
erjo@4339 23
pascal@15582 24 cp -a $install/fr $fs/usr/share/squid/errors
pascal@15582 25 cp -a $install/wwwroot/* $fs/var/www
al@21020 26 DEPENDS="squid"
erjo@4339 27 }