wok diff ilmbase/receipt @ rev 13294

sslh: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 27 17:15:42 2012 +0200 (2012-08-27)
parents 7ef6b00b9685
children de49f29b101e
line diff
     1.1 --- a/ilmbase/receipt	Thu Oct 07 14:59:50 2010 +0000
     1.2 +++ b/ilmbase/receipt	Mon Aug 27 17:15:42 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ilmbase"
     1.7 -VERSION="1.0.1"
     1.8 +VERSION="1.0.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -13,12 +13,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 -	make && make DESTDIR=$PWD/_pkg install
    1.22 +	./configure $CONFIGURE_ARGS &&
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.