wok diff ajaxterm/receipt @ rev 21619

gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents a5b865e166cd
children 34e801e0eb52
line diff
     1.1 --- a/ajaxterm/receipt	Tue Jul 05 19:21:55 2016 +0300
     1.2 +++ b/ajaxterm/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="Login terminal for the web."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="PublicDomain LGPL"
     1.7 -WEB_SITE="http://antony.lesuisse.org/software/ajaxterm/"
     1.8 +WEB_SITE="https://github.com/antonylesuisse/qweb/tree/master/ajaxterm"
     1.9  SOURCE="Ajaxterm"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11 -WGET_URL="${WEB_SITE}files/$TARBALL"
    1.12 +WGET_URL="http://antony.lesuisse.org/ajaxterm/files/$TARBALL"
    1.13  TAGS="web application"
    1.14  
    1.15  DEPENDS="python"