blob: db287a5b57af5902bceca1964611e27852139540 [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
13SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198"
14SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0"
15
Patrick Williams213cb262021-08-07 19:21:33 -050016FILES:${PN} += "${datadir}/X11"