wok rev 23136

updated linuxconsoletools (1.6.0 -> 1.7.0)
author Hans-G?nter Theisgen
date Sat Mar 14 17:12:22 2020 +0100 (2020-03-14)
parents 645cc58cf94c
children c4edaf6370ab
files linuxconsoletools/receipt
line diff
     1.1 --- a/linuxconsoletools/receipt	Sat Mar 14 16:55:45 2020 +0100
     1.2 +++ b/linuxconsoletools/receipt	Sat Mar 14 17:12:22 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linuxconsoletools"
     1.7 -VERSION="1.6.0"
     1.8 +VERSION="1.7.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Configure joysticks, or connect legacy input devices."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,14 +11,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="$SF_MIRROR/linuxconsole/$TARBALL"
    1.15  
    1.16 -DEPENDS="libsdl"
    1.17 -BUILD_DEPENDS="libsdl-dev"
    1.18 +DEPENDS="gcc83-lib-base libsdl2"
    1.19 +BUILD_DEPENDS="gcc83 libsdl2-dev"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	export PREFIX=/usr
    1.25 -	make -j 1 &&
    1.26 +
    1.27 +	make			\
    1.28 +		CC=gcc-83	\
    1.29 +		CXX=g++-83 &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31  }
    1.32