| require xorg-lib-common.inc |
| |
| # libxpm requires xgettext to build |
| inherit gettext |
| |
| SUMMARY = "Xpm: X Pixmap extension library" |
| |
| DESCRIPTION = "libXpm provides support and common operation for the XPM \ |
| pixmap format, which is commonly used in legacy X applications. XPM is \ |
| an extension of the monochrome XBM bitmap specificied in the X \ |
| protocol." |
| |
| LICENSE = "MIT" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7" |
| DEPENDS += "libxext libsm libxt gettext-native" |
| PE = "1" |
| |
| XORG_PN = "libXpm" |
| |
| PACKAGES =+ "sxpm cxpm" |
| FILES_cxpm = "${bindir}/cxpm" |
| FILES_sxpm = "${bindir}/sxpm" |
| |
| SRC_URI[md5sum] = "6f0ecf8d103d528cfc803aa475137afa" |
| SRC_URI[sha256sum] = "9cd1da57588b6cb71450eff2273ef6b657537a9ac4d02d0014228845b935ac25" |
| |
| BBCLASSEXTEND = "native" |