Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 1 | SUMMARY = "GNU Chess is a chess-playing program." |
| 2 | HOMEPAGE = "http://www.gnu.org/software/chess/" |
| 3 | LICENSE = "GPL-3.0-only" |
| 4 | |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 6 | |
| 7 | SRC_URI = "https://git.savannah.gnu.org/cgit/chess.git/snapshot/chess-${PV}.tar.gz \ |
| 8 | file://0001-Remove-register-storage-class-classifier.patch" |
| 9 | SRC_URI[sha256sum] = "03f9e844ccdd48d20ee49314174404f8b643d83bb8ce9ec9d2e6a21f1b6fb9f5" |
| 10 | |
| 11 | S = "${WORKDIR}/chess-${PV}" |
| 12 | |
| 13 | inherit autotools gettext |
| 14 | |
| 15 | do_configure:prepend() { |
| 16 | touch ${S}/ABOUT-NLS |
| 17 | touch ${S}/man/gnuchess.1 |
| 18 | } |
| 19 | |
| 20 | FILES:${PN} += "${datadir}" |