# HG changeset patch # User Hans-G?nter Theisgen # Date 1584202342 -3600 # Node ID 577b0f540d1773fc2931ea21510fcbab4464e672 # Parent 645cc58cf94c29eff1cc52efb59ce961dda41e22 updated linuxconsoletools (1.6.0 -> 1.7.0) diff -r 645cc58cf94c -r 577b0f540d17 linuxconsoletools/receipt --- a/linuxconsoletools/receipt Sat Mar 14 16:55:45 2020 +0100 +++ b/linuxconsoletools/receipt Sat Mar 14 17:12:22 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="linuxconsoletools" -VERSION="1.6.0" +VERSION="1.7.0" CATEGORY="system-tools" SHORT_DESC="Configure joysticks, or connect legacy input devices." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,14 +11,17 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/linuxconsole/$TARBALL" -DEPENDS="libsdl" -BUILD_DEPENDS="libsdl-dev" +DEPENDS="gcc83-lib-base libsdl2" +BUILD_DEPENDS="gcc83 libsdl2-dev" # Rules to configure and make the package. compile_rules() { export PREFIX=/usr - make -j 1 && + + make \ + CC=gcc-83 \ + CXX=g++-83 && make DESTDIR=$DESTDIR install }