wok diff wyrd/receipt @ rev 24591

updated genext2fs (1.4.1 -> 1.5.0)
author Hans-G?nter Theisgen
date Mon Feb 28 17:48:46 2022 +0100 (2022-02-28)
parents 3c81dd700a3f
children
line diff
     1.1 --- a/wyrd/receipt	Fri May 17 11:30:13 2019 +0100
     1.2 +++ b/wyrd/receipt	Mon Feb 28 17:48:46 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()