# HG changeset patch # User Christophe Lincoln # Date 1397492607 -7200 # Node ID 089e96b232b81b8b076f54753d7113bdb652a4e2 # Parent 31f2efb0fcb979ceffb7dd6afac73121d7eb0a95 Add: flmusic, fltk-blocks, fltk-checkers, fltk-colbrowser diff -r 31f2efb0fcb9 -r 089e96b232b8 fltk-editor/receipt --- a/fltk-editor/receipt Mon Apr 14 17:49:06 2014 +0200 +++ b/fltk-editor/receipt Mon Apr 14 18:23:27 2014 +0200 @@ -3,7 +3,7 @@ PACKAGE="fltk-editor" VERSION="1.3.2" CATEGORY="development" -SHORT_DESC="Fast Light Tool Kit simple text editor." +SHORT_DESC="Fast Light Tool Kit text editor." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" WEB_SITE="http://www.fltk.org/" @@ -17,7 +17,6 @@ { cd ${src}/test && [ -x ./editor ] || make editor - make sudoku } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 31f2efb0fcb9 -r 089e96b232b8 fltk-sudoku/receipt --- a/fltk-sudoku/receipt Mon Apr 14 17:49:06 2014 +0200 +++ b/fltk-sudoku/receipt Mon Apr 14 18:23:27 2014 +0200 @@ -3,7 +3,7 @@ PACKAGE="fltk-sudoku" VERSION="1.3.2" CATEGORY="games" -SHORT_DESC="FLT Sudoku game." +SHORT_DESC="FLTK Sudoku game." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" WEB_SITE="http://www.fltk.org/" @@ -22,7 +22,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/games $fs/usr/pixmaps - cp -a ${src}/test/editor $fs/usr/games/$PACKAGE - cp -a ${src}/test/desktop/sudoku-128.png $fs/usr/pixmaps/$PACKAGE.png + mkdir -p $fs/usr/games $fs/usr/share/pixmaps + cp -a ${src}/test/sudoku $fs/usr/games/$PACKAGE + cp -a ${src}/test/desktop/sudoku-32.png \ + $fs/usr/pixmaps/share/$PACKAGE.png }