wok-next diff libcss/receipt @ rev 18736
postfix, cyrus-imapd; fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 21 23:38:11 2015 +0100 (2015-12-21) |
parents | 6525a96e6216 |
children | 46d3691a4f80 |
line diff
1.1 --- a/libcss/receipt Tue Dec 10 16:14:37 2013 +0000 1.2 +++ b/libcss/receipt Mon Dec 21 23:38:11 2015 +0100 1.3 @@ -9,6 +9,7 @@ 1.4 WEB_SITE="http://www.netsurf-browser.org/projects/libcss/" 1.5 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.6 WGET_URL="http://download.netsurf-browser.org/libs/releases/$TARBALL" 1.7 +#HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="libparserutils libwapcaplet" 1.10 BUILD_DEPENDS="libwapcaplet-dev libparserutils-dev" 1.11 @@ -16,9 +17,8 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - COMPONENT_TYPE=lib-shared make \ 1.17 - && PREFIX=/usr make DESTDIR=$DESTDIR install 1.18 + make COMPONENT_TYPE=lib-shared && 1.19 + make PREFIX=/usr DESTDIR=$DESTDIR install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.