wok-current diff libhx/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | 65d7d867e0c1 |
children |
line diff
1.1 --- a/libhx/receipt Wed Feb 09 17:57:59 2022 +0000 1.2 +++ b/libhx/receipt Thu Mar 14 20:28:39 2024 +0000 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libhx" 1.7 -VERSION="3.24" 1.8 +VERSION="4.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Data structures and functions for scripting languages." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL3 LGPL2.1" 1.13 -WEB_SITE="http://libhx.sourceforge.net/" 1.14 +WEB_SITE="https://inai.de/projects/libhx/" 1.15 1.16 SOURCE="libHX" 1.17 TARBALL="$SOURCE-$VERSION.tar.xz" 1.18 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 +WGET_URL="https://inai.de/files/$PACKAGE/$TARBALL" 1.20 1.21 -DEPENDS="coreutils-file-special" 1.22 -BUILD_DEPENDS="coreutils-file-special" 1.23 +DEPENDS="coreutils-file-special gcc83-lib-base" 1.24 +BUILD_DEPENDS="coreutils-file-special gcc83" 1.25 1.26 # What is the latest version available today? 1.27 current_version() 1.28 @@ -26,10 +26,12 @@ 1.29 compile_rules() 1.30 { 1.31 ./configure \ 1.32 + CC=gcc-83 \ 1.33 + CXX=g++-83 \ 1.34 --prefix=/usr \ 1.35 $CONFIGURE_ARGS && 1.36 make && 1.37 - make DESTDIR=$DESTDIR install 1.38 + make install DESTDIR=$DESTDIR 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg.