pkg-descr

Atomix is a little mind game where you have to build molecules
out of single atoms. These are laying around between the walls
and obstacles on the playfield. Once you have pushed an atom in
one direction it moves until it hits an obstacle or another
atom. It needs some thinking how to construct complex
molecules with this atom behaviour.

WWW: http://triq.net/~jens/atomix.php

pkg-install

#!/bin/sh

if [ "$2" = "POST-INSTALL" ]; then
mkdir -p ${PKG_PREFIX}/share/games
SCORES="atomix.scores"
for i in ${SCORES}; do
if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then
touch -f ${PKG_PREFIX}/share/games/${i}
chown games:games ${PKG_PREFIX}/share/games/${i}
chmod 0664 ${PKG_PREFIX}/share/games/${i}
fi
done
fi

pkg-plist

bin/atomix
share/applications/atomix.desktop
share/atomix/atomix-logo.png
share/atomix/level/aceticacid.atomix.xml
share/atomix/level/acetone.atomix.xml
share/atomix/level/butanol.atomix.xml
share/atomix/level/cyclobutane.atomix.xml
share/atomix/level/dimethylether.atomix.xml
share/atomix/level/ethanal.atomix.xml
share/atomix/level/ethane.atomix.xml
share/atomix/level/ethanol.atomix.xml
share/atomix/level/ethylene.atomix.xml
share/atomix/level/glycerin.atomix.xml
share/atomix/level/lactic-acid.atomix.xml
share/atomix/level/methanal.atomix.xml
share/atomix/level/methane.atomix.xml
share/atomix/level/methanol.atomix.xml
share/atomix/level/propanal.atomix.xml
share/atomix/level/propylene.atomix.xml
share/atomix/level/pyran.atomix.xml
share/atomix/level/sequence
share/atomix/level/transbutylen.atomix.xml
share/atomix/level/water.atomix.xml
share/atomix/themes/default/arrow-bottom.png
share/atomix/themes/default/arrow-left.png
share/atomix/themes/default/arrow-right.png
share/atomix/themes/default/arrow-top.png
share/atomix/themes/default/atom-c.png
share/atomix/themes/default/atom-f.png
share/atomix/themes/default/atom-h.png
share/atomix/themes/default/atom-n.png
share/atomix/themes/default/atom-o.png
share/atomix/themes/default/cursor.png
share/atomix/themes/default/floor.png
share/atomix/themes/default/link-bottom-double.png
share/atomix/themes/default/link-bottom-left.png
share/atomix/themes/default/link-bottom-right.png
share/atomix/themes/default/link-bottom.png
share/atomix/themes/default/link-left-double.png
share/atomix/themes/default/link-left.png
share/atomix/themes/default/link-right-double.png
share/atomix/themes/default/link-right.png
share/atomix/themes/default/link-top-double.png
share/atomix/themes/default/link-top-left.png
share/atomix/themes/default/link-top-right.png
share/atomix/themes/default/link-top.png
share/atomix/themes/default/shadow-bottom-right.png
share/atomix/themes/default/shadow-left-top.png
share/atomix/themes/default/shadow-left.png
share/atomix/themes/default/shadow-top-left-both.png
share/atomix/themes/default/shadow-top-left.png
share/atomix/themes/default/shadow-top.png
share/atomix/themes/default/theme
share/atomix/themes/default/wall-bottom-left.png
share/atomix/themes/default/wall-bottom-right.png
share/atomix/themes/default/wall-horizontal-bottomx.png
share/atomix/themes/default/wall-horizontal-left-end.png
share/atomix/themes/default/wall-horizontal-right-end.png
share/atomix/themes/default/wall-horizontal-topx.png
share/atomix/themes/default/wall-horizontal.png
share/atomix/themes/default/wall-single.png
share/atomix/themes/default/wall-top-left.png
share/atomix/themes/default/wall-top-right.png
share/atomix/themes/default/wall-vertical-bottom-end.png
share/atomix/themes/default/wall-vertical-leftx.png
share/atomix/themes/default/wall-vertical-rightx.png
share/atomix/themes/default/wall-vertical-top-end.png
share/atomix/themes/default/wall-vertical.png
@unexec [ -s %D/share/games/atomix.scores ] || rm -f %D/share/games/atomix.scores
share/gnome-2.0/ui/atomix-ui.xml
share/pixmaps/atomix-icon.png
share/locale/am/LC_MESSAGES/atomix.mo
share/locale/az/LC_MESSAGES/atomix.mo
share/locale/be/LC_MESSAGES/atomix.mo
share/locale/bg/LC_MESSAGES/atomix.mo
share/locale/ca/LC_MESSAGES/atomix.mo
share/locale/cs/LC_MESSAGES/atomix.mo
share/locale/da/LC_MESSAGES/atomix.mo
share/locale/de/LC_MESSAGES/atomix.mo
share/locale/el/LC_MESSAGES/atomix.mo
share/locale/en_CA/LC_MESSAGES/atomix.mo
share/locale/en_GB/LC_MESSAGES/atomix.mo
share/locale/es/LC_MESSAGES/atomix.mo
share/locale/et/LC_MESSAGES/atomix.mo
share/locale/fa/LC_MESSAGES/atomix.mo
share/locale/fi/LC_MESSAGES/atomix.mo
share/locale/fr/LC_MESSAGES/atomix.mo
share/locale/ga/LC_MESSAGES/atomix.mo
share/locale/gl/LC_MESSAGES/atomix.mo
share/locale/gu/LC_MESSAGES/atomix.mo
share/locale/he/LC_MESSAGES/atomix.mo
share/locale/hi/LC_MESSAGES/atomix.mo
share/locale/hu/LC_MESSAGES/atomix.mo
share/locale/is/LC_MESSAGES/atomix.mo
share/locale/it/LC_MESSAGES/atomix.mo
share/locale/ja/LC_MESSAGES/atomix.mo
share/locale/kn/LC_MESSAGES/atomix.mo
share/locale/ko/LC_MESSAGES/atomix.mo
share/locale/lt/LC_MESSAGES/atomix.mo
share/locale/lv/LC_MESSAGES/atomix.mo
share/locale/mk/LC_MESSAGES/atomix.mo
share/locale/ml/LC_MESSAGES/atomix.mo
share/locale/ms/LC_MESSAGES/atomix.mo
share/locale/nb/LC_MESSAGES/atomix.mo
share/locale/nl/LC_MESSAGES/atomix.mo
share/locale/no/LC_MESSAGES/atomix.mo
share/locale/pa/LC_MESSAGES/atomix.mo
share/locale/pl/LC_MESSAGES/atomix.mo
share/locale/pt/LC_MESSAGES/atomix.mo
share/locale/pt_BR/LC_MESSAGES/atomix.mo
share/locale/ru/LC_MESSAGES/atomix.mo
share/locale/sk/LC_MESSAGES/atomix.mo
share/locale/sl/LC_MESSAGES/atomix.mo
share/locale/sq/LC_MESSAGES/atomix.mo
share/locale/sr/LC_MESSAGES/atomix.mo
share/locale/sr@Latn/LC_MESSAGES/atomix.mo
share/locale/sv/LC_MESSAGES/atomix.mo
share/locale/ta/LC_MESSAGES/atomix.mo
share/locale/tr/LC_MESSAGES/atomix.mo
share/locale/uk/LC_MESSAGES/atomix.mo
share/locale/vi/LC_MESSAGES/atomix.mo
share/locale/wa/LC_MESSAGES/atomix.mo
share/locale/zh_CN/LC_MESSAGES/atomix.mo
share/locale/zh_HK/LC_MESSAGES/atomix.mo
share/locale/zh_TW/LC_MESSAGES/atomix.mo
@dirrm share/atomix/themes/default
@dirrm share/atomix/themes
@dirrm share/atomix/level
@dirrm share/atomix
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/applications