wok-next diff cinepaint/receipt @ rev 21056

zim: fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 11:57:12 2018 +0200 (2018-12-03)
parents f48456621a9d
children 5669e8b3be70
line diff
     1.1 --- a/cinepaint/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/cinepaint/receipt	Mon Dec 03 11:57:12 2018 +0200
     1.3 @@ -4,17 +4,17 @@
     1.4  VERSION="1.3"
     1.5  CATEGORY="graphics"
     1.6  SHORT_DESC="For painting and retouching bitmap frames of films"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT GPL LGPL"
    1.10  WEB_SITE="http://www.cinepaint.org/"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tgz"
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  
    1.15 -BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext \
    1.16 -xorg-xorgproto util-linux-uuid-dev lcms-dev openexr-dev fltk-dev mesa-dev \
    1.17 -ilmbase-dev xorg-libXpm-dev gtk2-dev libpng16-dev bash automake autoconf libtool \
    1.18 -python-dev glu-dev xorg-libXmu-dev xorg-libXext-dev" # libpng12-dev
    1.19 +BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special \
    1.20 +gettext-dev xorg-xorgproto util-linux-uuid-dev lcms-dev openexr-dev fltk-dev \
    1.21 +mesa-dev ilmbase-dev xorg-libXpm-dev gtk2-dev libpng16-dev bash automake \
    1.22 +autoconf libtool python-dev glu-dev xorg-libXmu-dev xorg-libXext-dev" # libpng12-dev
    1.23  
    1.24  compile_rules() {
    1.25  	sh ./autogen.sh
    1.26 @@ -24,7 +24,7 @@
    1.27  		$CONFIGURE_ARGS &&
    1.28  	fix libtool &&
    1.29  	make &&
    1.30 -	make DESTDIR=$DESTDIR install
    1.31 +	make DESTDIR=$install install
    1.32  }
    1.33  
    1.34  genpkg_rules() {