wok-current rev 21756
logsurfer, mypaint: update url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 22 21:11:47 2019 +0200 (2019-06-22) |
parents | 39c5255f1c90 |
children | 2373992ff751 |
files | logsurfer/receipt mypaint/receipt |
line diff
1.1 --- a/logsurfer/receipt Wed Jun 19 18:44:13 2019 +0200 1.2 +++ b/logsurfer/receipt Sat Jun 22 21:11:47 2019 +0200 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.crypt.gen.nz/logsurfer" 1.8 +WEB_SITE="https://www.crypt.gen.nz/logsurfer/" 1.9 WGET_URL="$WEB_SITE/$TARBALL" 1.10 1.11 # Rules to configure and make the package.
2.1 --- a/mypaint/receipt Wed Jun 19 18:44:13 2019 +0200 2.2 +++ b/mypaint/receipt Sat Jun 22 21:11:47 2019 +0200 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="A fast and easy painting application for digital painters, with brush dynamics" 2.5 MAINTAINER="slaxemulator@gmail.com" 2.6 LICENSE="GPL2" 2.7 -WEB_SITE="http://mypaint.intilinux.com/" 2.8 +WEB_SITE="http://mypaint.org/" 2.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.10 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 2.11 2.12 @@ -16,7 +16,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 scons 2.18 scons prefix=$DESTDIR/usr install 2.19 }