wok diff mypaint/receipt @ rev 22099

Add python-incremental
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 01 14:48:33 2019 +0100 (2019-11-01)
parents 408c87fa22ca
children 241fb98cab1c
line diff
     1.1 --- a/mypaint/receipt	Sat Aug 10 17:48:05 2013 +0000
     1.2 +++ b/mypaint/receipt	Fri Nov 01 14:48:33 2019 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="A fast and easy painting application for digital painters, with brush dynamics"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://mypaint.intilinux.com/"
     1.8 +WEB_SITE="http://mypaint.org/"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
    1.11  
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	scons
    1.18  	scons prefix=$DESTDIR/usr install
    1.19  }