wok diff linux-libre/receipt @ rev 24101

lrzip: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 16 16:33:44 2021 +0000 (2021-09-16)
parents 0f7e6289846d
children 89c8d8b6cf48
line diff
     1.1 --- a/linux-libre/receipt	Mon Dec 31 22:00:24 2018 +0100
     1.2 +++ b/linux-libre/receipt	Thu Sep 16 16:33:44 2021 +0000
     1.3 @@ -8,13 +8,19 @@
     1.4  LICENSE="GPL2"
     1.5  PROVIDE="linux"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
     1.8 +WEB_SITE="http://www.fsfla.org/ikiwiki/selibre/linux-libre/"
     1.9  WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/$VERSION/$TARBALL"
    1.10  
    1.11  DEPENDS="kmod"
    1.12  BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch kmod bc \
    1.13  sysfsutils-dev libtool glib-dev libwrap libwrap-dev udev-dev"
    1.14  
    1.15 +current_version()
    1.16 +{
    1.17 +	wget -O - http://linux-libre.fsfla.org/pub/linux-libre/releases/ 2> /dev/null | \
    1.18 +	sed '/-gnu/!d;s|.*ref="||;s|/".*||' | sed '$!d'
    1.19 +}
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {