blob: a45ffe18496a5a7b23627615019cc090ff4ca55d [file] [log] [blame]
Andrew Geissler3eeda902023-05-19 10:14:02 -05001LICENSE = "LGPL-2.1-only"
2LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
3
4SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz"
Patrick Williams705982a2024-01-12 09:51:57 -06005SRC_URI[sha256sum] = "1fda0cf64efa46b9684a4ccc17df4386c4cc83254805419222c064bf62ea001f"
Andrew Geissler3eeda902023-05-19 10:14:02 -05006
7inherit perlnative autotools
8
Andrew Geissler3eeda902023-05-19 10:14:02 -05009BBCLASSEXTEND = "native"