diff options
Diffstat (limited to 'packages/opie-kpacman/opie-kpacman_1.1.9.bb')
-rw-r--r-- | packages/opie-kpacman/opie-kpacman_1.1.9.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/opie-kpacman/opie-kpacman_1.1.9.bb b/packages/opie-kpacman/opie-kpacman_1.1.9.bb deleted file mode 100644 index a0e1a50c91..0000000000 --- a/packages/opie-kpacman/opie-kpacman_1.1.9.bb +++ /dev/null @@ -1,40 +0,0 @@ -DESCRIPTION = "Kpacman, the classical arcade game of Pacman" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" - -APPNAME = "kpacman" - - -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/kpacman \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/share \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" - -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -pkg_postinst() { -#!/bin/sh -if [ -n "$D" ]; then exit 1; fi - -if [ ! -f $HOME/Settings/kpacman.conf ] - exit 0 -then - cp /opt/QtPalmtop/share/kpacman/kpacman.conf $HOME/Settings/ -fi -} - -# FILES bin/kpacman apps/Games/kpacman.desktop pics/kpacman/kpacman.png share/kpacman -do_install() { - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ - install -d ${D}${palmtopdir}/share/${APPNAME}/fonts - install -d ${D}${palmtopdir}/share/${APPNAME}/pics - install -m 0644 ${WORKDIR}/share/${APPNAME}/*.conf ${D}${palmtopdir}/share/${APPNAME}/ - install -m 0644 ${WORKDIR}/share/${APPNAME}/fonts/*.xbm ${D}${palmtopdir}/share/${APPNAME}/fonts/ - install -m 0644 ${WORKDIR}/share/${APPNAME}/pics/*.xpm ${D}${palmtopdir}/share/${APPNAME}/pics/ -} - |