wok diff xinput-calibrator/receipt @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (6 days ago)
parents 64471e67874e
children
line diff
     1.1 --- a/xinput-calibrator/receipt	Fri May 12 21:35:09 2023 +0000
     1.2 +++ b/xinput-calibrator/receipt	Sat Jun 22 12:48:49 2024 +0000
     1.3 @@ -9,11 +9,11 @@
     1.4  SOURCE="xinput_calibrator"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://www.freedesktop.org/wiki/Software/xinput_calibrator/"
     1.7 -WGET_URL="https://github.com/tias/xinput_calibrator/archive/refs/tags/v$SOURCE.tar.gz"
     1.8 +WGET_URL="https://github.com/tias/xinput_calibrator/archive/refs/tags/v$VERSION.tar.gz"
     1.9  HOST_ARCH="i486 arm"
    1.10  
    1.11  DEPENDS="xorg-libX11"
    1.12 -BUILD_DEPENDS="xorg-libX11"
    1.13 +BUILD_DEPENDS="xorg-libX11 automake"
    1.14  
    1.15  # What is the latest version available today?
    1.16  current_version()
    1.17 @@ -25,6 +25,7 @@
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 +	./autogen.sh
    1.22  	./configure \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make && make install