wok rev 25589
xinput-calibrator: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 15 10:35:54 2023 +0000 (17 months ago) |
parents | 1fe3be8c0cd0 |
children | 15da8bede304 |
files | nqc/receipt xinput-calibrator/receipt |
line diff
1.1 --- a/nqc/receipt Tue Jun 06 15:52:05 2023 +0100 1.2 +++ b/nqc/receipt Thu Jun 15 10:35:54 2023 +0000 1.3 @@ -10,7 +10,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION-$PATCHLEVEL.bz2" 1.5 WEB_SITE="https://bricxcc.sourceforge.net/nqc/" 1.6 #WGET_URL="http://bricxcc.sourceforge.net/nqc/release/$TARBALL" 1.7 -WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 1.8 +#WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 1.9 +WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL" 1.10 TAGS="compiler language" 1.11 1.12 DEPENDS="glibc-base gcc-lib-base"
2.1 --- a/xinput-calibrator/receipt Tue Jun 06 15:52:05 2023 +0100 2.2 +++ b/xinput-calibrator/receipt Thu Jun 15 10:35:54 2023 +0000 2.3 @@ -9,11 +9,11 @@ 2.4 SOURCE="xinput_calibrator" 2.5 TARBALL="$SOURCE-$VERSION.tar.gz" 2.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/xinput_calibrator/" 2.7 -WGET_URL="https://github.com/tias/xinput_calibrator/archive/refs/tags/v$SOURCE.tar.gz" 2.8 +WGET_URL="https://github.com/tias/xinput_calibrator/archive/refs/tags/v$VERSION.tar.gz" 2.9 HOST_ARCH="i486 arm" 2.10 2.11 DEPENDS="xorg-libX11" 2.12 -BUILD_DEPENDS="xorg-libX11" 2.13 +BUILD_DEPENDS="xorg-libX11 automake" 2.14 2.15 # What is the latest version available today? 2.16 current_version() 2.17 @@ -25,6 +25,7 @@ 2.18 # Rules to configure and make the package. 2.19 compile_rules() 2.20 { 2.21 + ./autogen.sh 2.22 ./configure \ 2.23 $CONFIGURE_ARGS && 2.24 make && make install