summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb
new file mode 100644
index 0000000000..9eaa2122ce
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb
@@ -0,0 +1,25 @@
1require xorg-lib-common.inc
2
3SUMMARY = "Xpm: X Pixmap extension library"
4
5DESCRIPTION = "libXpm provides support and common operation for the XPM \
6pixmap format, which is commonly used in legacy X applications. XPM is \
7an extension of the monochrome XBM bitmap specificied in the X \
8protocol."
9
10LICENSE = "BSD"
11LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5"
12DEPENDS += "libxext libsm libxt"
13PR = "r0"
14PE = "1"
15
16XORG_PN = "libXpm"
17
18PACKAGES =+ "sxpm cxpm"
19FILES_cxpm = "${bindir}/cxpm"
20FILES_sxpm = "${bindir}/sxpm"
21
22SRC_URI[md5sum] = "7ae7eff7a14d411e84a67bd166bcec1a"
23SRC_URI[sha256sum] = "a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735"
24
25BBCLASSEXTEND = "native"