summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb
blob: 3b0e1bf0dd0e87fc00e3a4a8a0770151319ec7cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz"
SRC_URI[sha256sum] = "7be50974ce0df0c74e7587f10b04272cd53fd675cb6a1273ae1cc5c9cc9cab09"

UPSTREAM_CHECK_URI = "https://github.com/rrthomas/libpaper/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"

inherit perlnative autotools

BBCLASSEXTEND = "native"