wok-current diff lcms/receipt @ rev 16340
ARM: fix scratch cross compilation
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 14:40:51 2014 +0200 (2014-04-12) |
parents | 2a5cc8208d36 |
children | 3e2a0347b2f1 |
line diff
1.1 --- a/lcms/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lcms/receipt Sat Apr 12 14:40:51 2014 +0200 1.3 @@ -9,19 +9,17 @@ 1.4 TARBALL="$PACKAGE-${VERSION}.tar.gz" 1.5 WEB_SITE="http://www.littlecms.com/" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 +RELATED="lcms-dev lcms-apps" 1.10 BUILD_DEPENDS="tiff-dev jpeg-dev zlib-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 - --prefix=/usr \ 1.18 - --mandir=/usr/share/man \ 1.19 $CONFIGURE_ARGS && 1.20 - make && 1.21 - make DESTDIR=$DESTDIR install 1.22 + make && make install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.