Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "X font encoding library" |
| 2 | |
| 3 | DESCRIPTION = "libfontenc is a library which helps font libraries \ |
| 4 | portably determine and deal with different encodings of fonts." |
| 5 | |
| 6 | require xorg-lib-common.inc |
| 7 | |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" |
| 10 | |
| 11 | DEPENDS += "zlib xorgproto font-util" |
| 12 | PE = "1" |
| 13 | |
| 14 | SRC_URI[md5sum] = "6447db6a689fb530c218f0f8328c3abc" |
| 15 | SRC_URI[sha256sum] = "2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079" |
| 16 | |
| 17 | BBCLASSEXTEND = "native" |