summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.4.bb
blob: f263b5135022f2f4a374ec706a0ab8ce7dbf2d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUMMARY = "library and tool to create and burn ISO-9660 images"
HOMEPAGE = "https://libburnia-project.org/"

LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
                    file://COPYRIGHT;md5=43cfe25a7e4a65f722d6253fa0649bb1"

SRC_URI = "http://files.libburnia-project.org/releases/libisoburn-${PV}.tar.gz"
SRC_URI[sha256sum] = "2d89846d43880f17fa591c53b3bea42ffb803628e4e630c680fc2c9184f79132"

DEPENDS = "libisofs libburn"
# This replaces the xorriso recipe
PROVIDES += "xorriso"

inherit autotools pkgconfig

EXTRA_OECONF = "--enable-pkg-check-modules"

do_install:append() {
    # This is a proof-of-concept UI using Tk, don't ship it
    rm -f ${D}${bindir}/xorriso-tcltk
}

PACKAGE_BEFORE_PN = "xorriso"
FILES:xorriso = "${bindir}"

BBCLASSEXTEND = "native"