wok-current diff wyrd/receipt @ rev 24964
updated net-tools (1.60 -> 2.10)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 24 16:42:03 2022 +0100 (2022-04-24) |
parents | 3c81dd700a3f |
children |
line diff
1.1 --- a/wyrd/receipt Fri May 17 11:30:13 2019 +0100 1.2 +++ b/wyrd/receipt Sun Apr 24 16:42:03 2022 +0100 1.3 @@ -13,6 +13,13 @@ 1.4 1.5 DEPENDS="ncursesw ocaml remind" 1.6 BUILD_DEPENDS="ncursesw-dev ocaml remind" 1.7 +#BUILD_DEPENDS="ncursesw-dev ocaml camlp4 remind" 1.8 + 1.9 +current_version() 1.10 +{ 1.11 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.12 + sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.13 +} 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()