mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-01-31 00:32:48 +01:00
libspng: add recipe
This commit is contained in:
parent
0056f80d99
commit
e100201324
18
recipes-devtools/libspng/libspng_git.bb
Normal file
18
recipes-devtools/libspng/libspng_git.bb
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
SUMMARY = "libspng is a C library for reading and writing PNG format files with a focus on security and ease of use"
|
||||||
|
HOMEPAGE = "https://github.com/randy408/libspng"
|
||||||
|
LICENSE = "BSD-2-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=29809adc19b040d93257a61c5bff614b"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/randy408/libspng.git;protocol=https;branch=master"
|
||||||
|
SRCREV = "fb768002d4288590083a476af628e51c3f1d47cd"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.7.4"
|
||||||
|
|
||||||
|
DEPENDS = "libdeflate"
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
|
|
||||||
|
EXTRA_OECMAKE += "-DSPNG_STATIC=OFF -DBUILD_EXAMPLES=OFF"
|
||||||
|
|
||||||
|
FILES:${PN} = "${libdir}/libspng.so"
|
||||||
|
FILES:${PN}-dev = "${libdir}/cmake ${libdir}/pkgconfig ${includedir}"
|
Loading…
x
Reference in New Issue
Block a user