Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "FBGrab is a framebuffer screenshot program" |
| 2 | HOMEPAGE = "https://github.com/GunnarMonell/fbgrab" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" |
| 5 | SECTION = "console/utils" |
| 6 | DEPENDS = "libpng zlib" |
| 7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" |
| 8 | |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 9 | SRCREV = "74373aafc0b496e67642562d86eac6b858a31f24" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | inherit autotools-brokensep |
| 13 | |
| 14 | do_configure_prepend() { |
| 15 | sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile |
| 16 | } |