wok diff lcms/receipt @ rev 22382

blender: try again with updated openexr
author Hans-G?nter Theisgen
date Thu Nov 28 09:14:24 2019 +0100 (2019-11-28)
parents 2a5cc8208d36
children 3e2a0347b2f1
line diff
     1.1 --- a/lcms/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lcms/receipt	Thu Nov 28 09:14:24 2019 +0100
     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.