wok diff lorcon-old/receipt @ rev 25581

Update some web_site & wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 27 11:13:29 2023 +0000 (12 months ago)
parents 9eb4cd5b5d07
children a66f312c374b
line diff
     1.1 --- a/lorcon-old/receipt	Mon Aug 12 21:48:15 2013 +0000
     1.2 +++ b/lorcon-old/receipt	Sat May 27 11:13:29 2023 +0000
     1.3 @@ -13,10 +13,16 @@
     1.4  DEPENDS=""
     1.5  BUILD_DEPENDS="subversion"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://github.com/grayburn/lorcon-old/commits/master 2>/dev/null | \
    1.11 +	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	cd $src
    1.18  	touch -d 197001010000 .depend
    1.19  	./configure $CONFIGURE_ARGS && make && make install
    1.20  }