35 lines
1.1 KiB
BlitzBasic
35 lines
1.1 KiB
BlitzBasic
SUMMARY = "Kapman is a clone of the well known game Pac-Man"
|
|
DESCRIPTION = "Kapman is a clone of the well known game Pac-Man.\
|
|
\
|
|
You must run through the maze to eat all pills without being captured by a ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a few seconds. When a stage is cleared of pills and energizer the player is taken to the next stage with slightly increased game speed."
|
|
LICENSE = "GFDL-1.2+ & GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/GFDL-1.2-or-later.txt;md5=9a4c4207e152ff95aa8539e9c1ed53e9 \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
"
|
|
|
|
inherit kde-apps gettext
|
|
|
|
DEPENDS += "\
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kdoctools-native \
|
|
kwindowsystem \
|
|
ki18n \
|
|
kconfigwidgets \
|
|
kxmlgui \
|
|
kio \
|
|
knotifyconfig \
|
|
phonon \
|
|
libkdegames \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "3d2c38d8ca6a3addb3f5059fa35a5cf09c4802ee78a45dc4ddbd9ccfdf9927ac"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/kxmlgui5 \
|
|
${datadir}/icons \
|
|
"
|