wok rev 21921
Add pcem (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 05 17:33:56 2019 +0200 (2019-10-05) |
parents | 10c5947d7b5c |
children | e6a4cd87fdcb |
files | pcem/receipt qtgain/receipt |
line diff
1.1 --- a/pcem/receipt Sat Oct 05 16:15:48 2019 +0200 1.2 +++ b/pcem/receipt Sat Oct 05 17:33:56 2019 +0200 1.3 @@ -30,4 +30,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 cp -a $install/* $fs/ 1.7 + mkdir -p $install/usr/share/doc 1.8 + cp $src/readme.txt $install/usr/share/doc 1.9 }
2.1 --- a/qtgain/receipt Sat Oct 05 16:15:48 2019 +0200 2.2 +++ b/qtgain/receipt Sat Oct 05 17:33:56 2019 +0200 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="paul@slitaz.org" 2.5 LICENSE="GPL2" 2.6 TARBALL="56842-QtGain.tar.lzma" 2.7 -WEB_SITE="http://qt-apps.org/content/show.php/QtGain?content=56842" 2.8 +WEB_SITE="https://www.linux-apps.com/content/show.php/QtGain?content=56842" 2.9 WGET_URL="http://qt-apps.org/CONTENT/content-files/$TARBALL" 2.10 2.11 DEPENDS="libQtCore libQtGui libQtNetwork"