wok diff shellinabox/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
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 | 7f7bb07cd863 |
children | 848e2021d813 |
line diff
1.1 --- a/shellinabox/receipt Thu Feb 07 11:11:40 2019 +0100 1.2 +++ b/shellinabox/receipt Sat May 25 14:09:45 2019 +0300 1.3 @@ -7,9 +7,8 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://$PACKAGE.googlecode.com/" 1.8 -WGET_URL="${WEB_SITE}files/$TARBALL" 1.9 -WGET_URL="https://github.com/shellinabox/shellinabox/archive/v$VERSION.tar.gz" 1.10 +WEB_SITE="https://github.com/shellinabox/shellinabox" 1.11 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.12 TAGS="web-application" 1.13 1.14 DEPENDS="zlib"