wok diff libpri/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 | bff339676249 |
line diff
1.1 --- a/libpri/receipt Wed Oct 28 15:17:00 2020 +0000 1.2 +++ b/libpri/receipt Sat Apr 22 14:54:15 2023 +0100 1.3 @@ -13,6 +13,13 @@ 1.4 1.5 BUILD_DEPENDS="dahdi-dev dahdi-linux-dev" 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;/current/d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;s|-patch||" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {