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

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 1c6d90864e25
children
line diff
     1.1 --- a/squid-custom-errors/receipt	Mon Sep 23 16:48:30 2013 +0000
     1.2 +++ b/squid-custom-errors/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.3 @@ -3,8 +3,9 @@
     1.4  PACKAGE="squid-custom-errors"
     1.5  VERSION="1.1"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="squid error messages customized fro SliTaz"
     1.8 +SHORT_DESC="squid error messages customized for SliTaz"
     1.9  MAINTAINER="erjo@slitaz.org"
    1.10 +LICENSE="GPL3"
    1.11  DEPENDS="squid"
    1.12  _TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://www.slitaz.org"
    1.14 @@ -23,7 +24,7 @@
    1.15  	mkdir -p $fs/usr/share/squid/errors \
    1.16  		$fs/var/www
    1.17  		
    1.18 -	cp -a $_pkg/fr $fs/usr/share/squid/errors
    1.19 -	cp -a $_pkg/wwwroot/* $fs/var/www
    1.20 +	cp -a $install/fr $fs/usr/share/squid/errors
    1.21 +	cp -a $install/wwwroot/* $fs/var/www
    1.22  }
    1.23