wok diff dahdi-linux/receipt @ rev 25556
created recipes for nted and nted-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 22 14:54:15 2023 +0100 (19 months ago) |
parents | 05c8d8d9d934 |
children | ba642f310677 |
line diff
1.1 --- a/dahdi-linux/receipt Wed Oct 28 15:17:00 2020 +0000 1.2 +++ b/dahdi-linux/receipt Sat Apr 22 14:54:15 2023 +0100 1.3 @@ -22,6 +22,13 @@ 1.4 DEPENDS="linux udev" 1.5 BUILD_DEPENDS="linux-module-headers xz perl" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.11 + sed "/$PACKAGE-/!d;/tar/!d;/-rc/d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 compile_rules() 1.16 {