wok rev 25591

enet: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 22 11:01:59 2023 +0000 (11 months ago)
parents 15da8bede304
children e6b7394ac676
files enet/receipt
line diff
     1.1 --- a/enet/receipt	Sat Jun 17 18:59:24 2023 +0000
     1.2 +++ b/enet/receipt	Thu Jun 22 11:01:59 2023 +0000
     1.3 @@ -9,7 +9,9 @@
     1.4  WEB_SITE="https://github.com/lsalzman/enet/"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="$WEB_SITE/download/$TARBALL"
     1.8 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz"
     1.9 +
    1.10 +BUILD_DEPENDS="automake"
    1.11  
    1.12  # What is the latest version available today?
    1.13  current_version()
    1.14 @@ -21,6 +23,7 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 +	autoreconf -vfi
    1.19  	./configure				\
    1.20  		--prefix=/usr			\
    1.21  		--infodir=/usr/share/info	\