blob: 99b1f6e730f71bb13c330088b2cab77879285653 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001DESCRIPTION = "OpenPrinting libppd"
2HOMEPAGE = "https://github.com/OpenPrinting"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c1fca671047153ce6825c4ab06f2ab49"
5
6DEPENDS = "libcupsfilters"
7
8SRC_URI = "https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz"
9SRC_URI[sha256sum] = "882d3c659a336e91559de8f3c76fc26197fe6e5539d9b484a596e29a5a4e0bc8"
10
11inherit autotools gettext pkgconfig github-releases
12
13do_install:append() {
14 rm -r ${D}${bindir}
15}
16
17FILES:${PN} += "${datadir}"
18