blob: 4f0a5d7ba0734e29a5727bf906f0372e41922157 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001require xorg-lib-common.inc
2
3# libxpm requires xgettext to build
4inherit gettext
5
6SUMMARY = "Xpm: X Pixmap extension library"
7
8DESCRIPTION = "libXpm provides support and common operation for the XPM \
9pixmap format, which is commonly used in legacy X applications. XPM is \
10an extension of the monochrome XBM bitmap specificied in the X \
11protocol."
12
13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7"
15DEPENDS += "libxext libsm libxt gettext-native"
16PE = "1"
17
18XORG_PN = "libXpm"
19
20PACKAGES =+ "sxpm cxpm"
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:cxpm = "${bindir}/cxpm"
22FILES:sxpm = "${bindir}/sxpm"
Andrew Geissler82c905d2020-04-13 13:39:40 -050023
24SRC_URI[md5sum] = "6f0ecf8d103d528cfc803aa475137afa"
25SRC_URI[sha256sum] = "9cd1da57588b6cb71450eff2273ef6b657537a9ac4d02d0014228845b935ac25"
26
27BBCLASSEXTEND = "native"