summaryrefslogtreecommitdiffstats
path: root/meta/site/powerpc32-linux-musl
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-05-09 19:23:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:44 +0100
commit9012ad6f3bdda5ca669c20ade397ec45d2bed731 (patch)
tree91d204415affc62366d569fea645344f018aec16 /meta/site/powerpc32-linux-musl
parent6f0c3844e3ced175416daac645179a3044df6bcf (diff)
downloadopenembedded-core-9012ad6f3bdda5ca669c20ade397ec45d2bed731.tar.gz
createrepo-c: update 0.20.1 -> 0.21.1
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/site/powerpc32-linux-musl')
0 files changed, 0 insertions, 0 deletions
href='#n20'>20 21 22 23 24 25 26 27 28 29 30 31 32 33
DESCRIPTION = "Kpacman, the classical arcade game of Pacman"
SECTION = "opie/games"
PRIORITY = "optional"
LICENSE = "GPL"
APPNAME = "kpacman"


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/
}