1DESCRIPTION = "xorriso copies file objects from POSIX compliant filesystems \ 2into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise \ 3manipulation of such filesystems" 4 5LICENSE = "GPL-3.0-only" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7 8SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz" 9 10SRC_URI[md5sum] = "a5e3dc4e0b92be6837f9ed6cbf7f9df5" 11SRC_URI[sha256sum] = "91663d61bee61ff790b3f6861fdf57c54af0e238ab14f297b55bae8ab5d17684" 12 13PACKAGECONFIG ??= "acl attr zlib bzip2 readline" 14PACKAGECONFIG[acl] = "--enable-libacl,--disable-libacl,acl," 15PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr," 16PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," 17PACKAGECONFIG[bzip2] = "--enable-libbz2,--disable-libbz2,bzip2," 18PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline," 19 20inherit autotools-brokensep pkgconfig features_check 21 22do_configure:prepend () { 23 touch NEWS 24} 25 26RDEPENDS:${PN} = "tk" 27REQUIRED_DISTRO_FEATURES = "x11" 28 29BBCLASSEXTEND = "native" 30