wok rev 25331
updated stella (6.6 -> 6.7)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 11:20:01 2022 +0100 (2022-07-23) |
parents | 0e34a8ff8bcd |
children | be6d790548d7 |
files | stella/description.txt stella/receipt |
line diff
1.1 --- a/stella/description.txt Sat Jul 23 10:43:57 2022 +0100 1.2 +++ b/stella/description.txt Sat Jul 23 11:20:01 2022 +0100 1.3 @@ -1,3 +1,4 @@ 1.4 -The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most 1.5 -popular home video game system of the early 1980's. Now you can enjoy all of 1.6 -your favorite Atari 2600 games on your PC thanks to Stella! 1.7 +The Atari 2600 Video Computer System (VCS), introduced in 1977, 1.8 +was the most popular home video game system of the early 1980's. 1.9 + Now you can enjoy all of your favorite Atari 2600 games on your 1.10 +PC thanks to Stella!
2.1 --- a/stella/receipt Sat Jul 23 10:43:57 2022 +0100 2.2 +++ b/stella/receipt Sat Jul 23 11:20:01 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="stella" 2.7 -VERSION="6.6" 2.8 +VERSION="6.7" 2.9 CATEGORY="games" 2.10 TAGS="emulator atari" 2.11 SHORT_DESC="A multi-platform Atari 2600 VCS emulator." 2.12 @@ -30,7 +30,7 @@ 2.13 ./configure \ 2.14 --prefix=/usr && 2.15 make && 2.16 - make DESTDIR=$DESTDIR install 2.17 + make install DESTDIR=$DESTDIR 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 @@ -39,7 +39,7 @@ 2.22 mkdir -p $fs/usr/share/pixmaps 2.23 mkdir -p $fs/usr/share/applications 2.24 2.25 - cp -a $install/usr/bin $fs/usr 2.26 + cook_copy_folders bin 2.27 cp -a $install/usr/share/icons/hicolor/48x48/apps/stella.png \ 2.28 $fs/usr/share/pixmaps 2.29 sed -i 's|Icon=stella.png|Icon=stella|' \