wok-6.x diff libcss/receipt @ rev 15420
Up: thunderbird-langpack-hu (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:43 2013 +0100 (2013-11-03) |
parents | 706b6053b0ac |
children | 6c3718ca17b6 |
line diff
1.1 --- a/libcss/receipt Fri Jul 30 16:50:30 2010 +0200 1.2 +++ b/libcss/receipt Sun Nov 03 21:52:43 2013 +0100 1.3 @@ -5,18 +5,20 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="CSS Parser" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +WEB_SITE="http://www.netsurf-browser.org/projects/libcss/" 1.8 +WGET_URL="http://www.netsurf-browser.org/projects/releases/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.10 + 1.11 DEPENDS="libparserutils libwapcaplet" 1.12 BUILD_DEPENDS="libwapcaplet-dev libparserutils-dev" 1.13 -TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.14 -WEB_SITE="http://www.netsurf-browser.org/projects/libcss/" 1.15 -WGET_URL="http://www.netsurf-browser.org/projects/releases/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 + export CFLAGS="-Wno-error=unused-but-set-variable" 1.22 COMPONENT_TYPE=lib-shared make \ 1.23 - && PREFIX=/usr make DESTDIR=$PWD/_pkg install 1.24 + && PREFIX=/usr make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.