wok-6.x rev 24136
packaged sc-im 0.8.2 really
author | Hans-G?nter Theisgen |
---|---|
date | Sun Nov 07 07:21:12 2021 +0100 (2021-11-07) |
parents | 0b484bb7209b |
children | c861748f2be2 |
files | sc-im/receipt |
line diff
1.1 --- a/sc-im/receipt Thu Nov 04 15:33:04 2021 +0100 1.2 +++ b/sc-im/receipt Sun Nov 07 07:21:12 2021 +0100 1.3 @@ -7,11 +7,14 @@ 1.4 MAINTAINER="paul@slitaz.org" 1.5 WEB_SITE="https://github.com/andmarti1424/sc-im" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 -WGET_URL="git|git://github.com/andmarti1424/sc-im" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 +#WGET_URL="git|git://github.com/andmarti1424/sc-im" 1.11 +# Do not use git, because that might fetch an unreleased version 1.12 +# as happened with 0.8.3 in place of 0.8.2 1.13 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.14 1.15 DEPENDS="ncursesw" 1.16 -BUILD_DEPENDS="bison git ncursesw-dev" 1.17 +BUILD_DEPENDS="bison ncursesw-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()