Package: xjig Version: 2.4 Revision: 1012 Distribution: 10.5, 10.6 GCC: 4.0 ### BuildDepends: x11-dev, xmkmf (>= 1.0.2-3) Depends: x11 ### Source: ftp://ftp.ac-grenoble.fr/ge/educational_games/%n-%v.tgz Source-MD5: a5eafd17de8d11e32c1664728144331e ### #Patch: %f.patch ### CompileScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config xmkmf -a make %n CXXFLAGS="-I/usr/X11R6/include" JIG_DEFAULT=\\\"%p/share/%n/tina.gif\\\" CXX=c++ make << ### InstallScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config mkdir -p %i/bin mkdir -p %i/share/%n mkdir -p %i/share/man/man6 cp %n %i/bin strip %i/bin/xjig cp tina.gif %i/share/%n cp %n.man %i/share/man/man6/xjig.6 << ### DocFiles: README COPYRIGHT xjig.man ### Description: Jigsaw puzzle game for X11 DescDetail: << XJig is a puzzle that tries to replicate a real jigsaw puzzle on the screen as closely as possible. Special effects: - Tiles are freely rotatable with intuitive pointer movement. - Tiles can even be flipped to their back (to mirror them - middle click). - Tiles can be shown as shaped windows on the desktop. << ### License: GPL Maintainer: Ben Hines Homepage: ftp://ftp.ac-grenoble.fr/ge/educational_games/