wok diff cinepaint/receipt @ rev 10040

Up: GConf to 2.32.3. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 01:59:04 2011 +0000 (2011-05-20)
parents cbfb348cb173
children 9022c9580faa
line diff
     1.1 --- a/cinepaint/receipt	Sun May 08 00:40:27 2011 +0200
     1.2 +++ b/cinepaint/receipt	Fri May 20 01:59:04 2011 +0000
     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.