Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame^] | 1 | SUMMARY = "library to write an ISO-9660 file system to physical media" |
| 2 | HOMEPAGE = "https://libburnia-project.org/" |
| 3 | |
| 4 | LICENSE = "GPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ |
| 6 | file://COPYRIGHT;md5=a91b9b862895b64e68e5b321873c9111" |
| 7 | |
| 8 | SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz" |
| 9 | SRC_URI[sha256sum] = "525059d10759c5cb8148eebc863bb510e311c663603da7bd2d21c46b7cf63b54" |
| 10 | |
| 11 | inherit autotools pkgconfig lib_package |
| 12 | |
| 13 | BBCLASSEXTEND = "native" |