wok diff fltk-sudoku/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents ec27bdc69711
children
line diff
     1.1 --- a/fltk-sudoku/receipt	Sat Jan 25 13:47:19 2020 +0100
     1.2 +++ b/fltk-sudoku/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fltk-sudoku"
     1.7 -VERSION="1.3.5"
     1.8 +VERSION="1.3.8"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="FLTK Sudoku game."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,7 +16,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd ${src}/test &&
    1.17 +	cd $src/test &&
    1.18  	[ -x ./sudoku ] || make sudoku
    1.19  }
    1.20  
    1.21 @@ -26,7 +26,7 @@
    1.22  	mkdir -p $fs/usr/games
    1.23  	mkdir -p $fs/usr/share/pixmaps
    1.24  
    1.25 -	cp -a ${src}/test/sudoku	$fs/usr/games/$PACKAGE
    1.26 -	cp -a ${src}/test/desktop/sudoku-32.png  \
    1.27 +	cp -a $src/test/sudoku		$fs/usr/games/$PACKAGE
    1.28 +	cp -a $src/test/desktop/sudoku-32.png  \
    1.29  					$fs/usr/share/pixmaps/$PACKAGE.png
    1.30  }