Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "A program to create an index of X font files in a directory" |
| 4 | |
| 5 | DESCRIPTION = "For each directory argument, mkfontdir reads all of the \ |
| 6 | font files in the directory. The font names and related data are written \ |
| 7 | out to the files \"fonts.dir\", \"fonts.scale\", and \"fonts.alias\". \ |
| 8 | The X server and font server use these files to find the available font \ |
| 9 | files." |
| 10 | |
| 11 | PE = "1" |
| 12 | PR = "${INC_PR}.0" |
| 13 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 14 | RDEPENDS_${PN} += "mkfontscale" |
| 15 | RDEPENDS_${PN}_class-native += "mkfontscale-native" |
| 16 | |
| 17 | BBCLASSEXTEND = "native" |
| 18 | |
| 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=b4fcf2b90cadbfc15009b9e124dc3a3f" |
| 20 | |
| 21 | SRC_URI[md5sum] = "18c429148c96c2079edda922a2b67632" |
| 22 | SRC_URI[sha256sum] = "56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530" |