wok rev 9944

cinepaint: fix bdeps.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 12:13:42 2011 +0200 (2011-05-18)
parents 4b028f6a84ef
children 536255fb182d
files cinepaint/receipt
line diff
     1.1 --- a/cinepaint/receipt	Wed May 18 12:04:53 2011 +0200
     1.2 +++ b/cinepaint/receipt	Wed May 18 12:13:42 2011 +0200
     1.3 @@ -5,12 +5,15 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="For painting and retouching bitmap frames of films."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu xorg-libXpm zlib mesa jbigkit openexr"
     1.8 -BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext xorg-xextproto util-linux-ng-uuid-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.cinepaint.org"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu xorg-libXpm zlib mesa jbigkit openexr"
    1.14 +BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext \
    1.15 + xorg-xextproto util-linux-ng-uuid-dev lcms-dev openexr-dev fltk-dev mesa-dev \
    1.16 + ilmbase-dev "
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -25,12 +28,10 @@
    1.22  	sed '/-rpath/d' -i plug-ins/icc_examin/icc_examin/configure
    1.23  	./configure \
    1.24  		--prefix=/usr \
    1.25 -		--infodir=/usr/share/info \
    1.26 -		--mandir=/usr/share/man \
    1.27  		--enable-gtk2 \
    1.28  		--disable-print \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make && make DESTDIR=$PWD/_pkg install
    1.31 +	make && make DESTDIR=$DESTDIR install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.