28 lines
882 B
BlitzBasic
28 lines
882 B
BlitzBasic
SUMMARY = "Bovo is a Gomoku like game for two players"
|
|
DESCRIPTION = "Bovo is a Gomoku (from Japanese 五目並べ - lit. 'five points') like game for two players, where the opponents alternate in placing their respective pictogram on the game board. (Also known as: Connect Five, Five in a row, X and O, Naughts and Crosses)"
|
|
LICENSE = "GPL-2.0-only & GFDL-1.2"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=3c8ea28d12b8a786603a5394fc50096d \
|
|
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
|
|
"
|
|
|
|
inherit kde-apps gtk-icon-cache
|
|
|
|
DEPENDS += "\
|
|
kauth-native \
|
|
kconfig-native \
|
|
kcoreaddons-native \
|
|
kdbusaddons \
|
|
kdoctools-native \
|
|
kxmlgui \
|
|
libkdegames \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "a0b4f72a32d789d72a0d7f3115777c360216952dd24ec822514ee5490a620f18"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/kxmlgui5 \
|
|
${datadir}/icons \
|
|
"
|