Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | require xorg-lib-common.inc |
| 2 | |
| 3 | # libxpm requires xgettext to build |
| 4 | inherit gettext |
| 5 | |
| 6 | SUMMARY = "Xpm: X Pixmap extension library" |
| 7 | |
| 8 | DESCRIPTION = "libXpm provides support and common operation for the XPM \ |
| 9 | pixmap format, which is commonly used in legacy X applications. XPM is \ |
| 10 | an extension of the monochrome XBM bitmap specificied in the X \ |
| 11 | protocol." |
| 12 | |
Brad Bishop | f3f93bb | 2019-10-16 14:33:32 -0400 | [diff] [blame] | 13 | LICENSE = "MIT" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 15 | DEPENDS += "libxext libsm libxt gettext-native" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 16 | PE = "1" |
| 17 | |
| 18 | XORG_PN = "libXpm" |
| 19 | |
| 20 | PACKAGES =+ "sxpm cxpm" |
| 21 | FILES_cxpm = "${bindir}/cxpm" |
| 22 | FILES_sxpm = "${bindir}/sxpm" |
| 23 | |
| 24 | SRC_URI[md5sum] = "20f4627672edb2bd06a749f11aa97302" |
| 25 | SRC_URI[sha256sum] = "fd6a6de3da48de8d1bb738ab6be4ad67f7cb0986c39bd3f7d51dd24f7854bdec" |
| 26 | |
| 27 | BBCLASSEXTEND = "native" |