wok diff mypaint/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 408c87fa22ca
children 241fb98cab1c
line diff
     1.1 --- a/mypaint/receipt	Sat Aug 10 17:48:05 2013 +0000
     1.2 +++ b/mypaint/receipt	Sun Jun 14 23:18:03 2020 -0400
     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  }