wok-current diff wiringpi-pibrella/receipt @ rev 25627
Patch sundown to use new gcc
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 19:37:09 2023 +0000 (16 months ago) |
parents | 9629573c8b54 |
children |
line diff
1.1 --- a/wiringpi-pibrella/receipt Thu May 15 19:27:26 2014 +0200 1.2 +++ b/wiringpi-pibrella/receipt Mon Sep 04 19:37:09 2023 +0000 1.3 @@ -16,6 +16,13 @@ 1.4 DEPENDS="wiringpi" 1.5 # wiringpi + wiringpi-dev must be installed in sysroot 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/updated/!d;s|.* to ||;s|[ <].*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {