aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxpm_3.5.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxpm_3.5.9.bb')
-rw-r--r--recipes/xorg-lib/libxpm_3.5.9.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxpm_3.5.9.bb b/recipes/xorg-lib/libxpm_3.5.9.bb
new file mode 100644
index 0000000000..028f5fd45d
--- /dev/null
+++ b/recipes/xorg-lib/libxpm_3.5.9.bb
@@ -0,0 +1,16 @@
+require xorg-lib-common.inc
+DESCRIPTION = "X11 Pixmap library"
+LICENSE = "X-BSD"
+DEPENDS += "libxext libsm libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "2de3a1b9541f4b3a6f9d84b69d25530e"
+SRC_URI[archive.sha256sum] = "8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e"
+
+PACKAGES =+ "sxpm cxpm"
+
+FILES_cxpm = "${bindir}/cxpm"
+FILES_sxpm = "${bindir}/sxpm"
+
+XORG_PN = "libXpm"