summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb
new file mode 100644
index 0000000000..4694f911be
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb
@@ -0,0 +1,28 @@
1require 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=903942ebc9d807dfb68540f40bae5aff"
15DEPENDS += "libxext libsm libxt gettext-native"
16PE = "1"
17
18XORG_PN = "libXpm"
19XORG_EXT = "tar.xz"
20EXTRA_OECONF += "--disable-open-zfile"
21
22PACKAGES =+ "sxpm cxpm"
23FILES_cxpm = "${bindir}/cxpm"
24FILES_sxpm = "${bindir}/sxpm"
25
26SRC_URI[sha256sum] = "64b31f81019e7d388c822b0b28af8d51c4622b83f1f0cb6fa3fc95e271226e43"
27
28BBCLASSEXTEND = "native"