blob: f14da7fd2166170fd2cee096caf06df6398bfdff [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require xorg-app-common.inc
2
3SUMMARY = "X11 color name database"
4DESCRIPTION = "This package includes both the list mapping X color names \
5to RGB values (rgb.txt) and, if configured to use a database for color \
6lookup, the rgb program to convert the text file into the binary database \
7format."
8
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009DEPENDS += " xorgproto util-macros"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a"
11PE = "1"
12
Patrick Williams7784c422022-11-17 07:29:11 -060013SRC_URI_EXT = "xz"
14SRC_URI[sha256sum] = "fc03d7f56e5b2a617668167f8927948cce54f93097e7ccd9f056077f479ed37b"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015
Patrick Williams213cb262021-08-07 19:21:33 -050016FILES:${PN} += "${datadir}/X11"