wok-next diff lines/receipt @ rev 21286
updated gnuradio (3.7.8 -> 3.8.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Dec 08 11:42:09 2019 +0100 (2019-12-08) |
parents | 6befec62b46c |
children |
line diff
1.1 --- a/lines/receipt Thu Aug 30 10:49:57 2018 +0300 1.2 +++ b/lines/receipt Sun Dec 08 11:42:09 2019 +0100 1.3 @@ -8,16 +8,13 @@ 1.4 LICENSE="unknown" 1.5 WEB_SITE="http://dmitry.baranovskiy.com/work/lines/" 1.6 1.7 -DEPENDS="yad-html" 1.8 - 1.9 COOKOPTS="!pixmaps" 1.10 1.11 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.12 -genpkg_rules() 1.13 -{ 1.14 +genpkg_rules() { 1.15 mkdir -p \ 1.16 $fs/usr/games \ 1.17 $fs/usr/share/icons/hicolor/48x48/apps 1.18 cp -a $stuff/lines.html $fs/usr/games 1.19 cp -a $stuff/lines.png $fs/usr/share/icons/hicolor/48x48/apps 1.20 + DEPENDS="yad-html" 1.21 }