# HG changeset patch # User Pascal Bellard # Date 1561230707 -7200 # Node ID 56ab00f400e9e3c12539fe15f488182807c3ba64 # Parent 39c5255f1c90b14347274ba5f5cbb63ca53de817 logsurfer, mypaint: update url diff -r 39c5255f1c90 -r 56ab00f400e9 logsurfer/receipt --- a/logsurfer/receipt Wed Jun 19 18:44:13 2019 +0200 +++ b/logsurfer/receipt Sat Jun 22 21:11:47 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.crypt.gen.nz/logsurfer" +WEB_SITE="https://www.crypt.gen.nz/logsurfer/" WGET_URL="$WEB_SITE/$TARBALL" # Rules to configure and make the package. diff -r 39c5255f1c90 -r 56ab00f400e9 mypaint/receipt --- a/mypaint/receipt Wed Jun 19 18:44:13 2019 +0200 +++ b/mypaint/receipt Sat Jun 22 21:11:47 2019 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="A fast and easy painting application for digital painters, with brush dynamics" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="http://mypaint.intilinux.com/" +WEB_SITE="http://mypaint.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src scons scons prefix=$DESTDIR/usr install }