# HG changeset patch # User Eric Joseph-Alexandre # Date 1305713622 -7200 # Node ID d7c5f052dc978e9b579058164246c39373236e9b # Parent 4b028f6a84ef4fdb52ae132ecf830d700ebf510f cinepaint: fix bdeps. diff -r 4b028f6a84ef -r d7c5f052dc97 cinepaint/receipt --- a/cinepaint/receipt Wed May 18 12:04:53 2011 +0200 +++ b/cinepaint/receipt Wed May 18 12:13:42 2011 +0200 @@ -5,12 +5,15 @@ CATEGORY="graphics" SHORT_DESC="For painting and retouching bitmap frames of films." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu xorg-libXpm zlib mesa jbigkit openexr" -BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext xorg-xextproto util-linux-ng-uuid-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cinepaint.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu xorg-libXpm zlib mesa jbigkit openexr" +BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext \ + xorg-xextproto util-linux-ng-uuid-dev lcms-dev openexr-dev fltk-dev mesa-dev \ + ilmbase-dev " + # Rules to configure and make the package. compile_rules() { @@ -25,12 +28,10 @@ sed '/-rpath/d' -i plug-ins/icc_examin/icc_examin/configure ./configure \ --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ --enable-gtk2 \ --disable-print \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.