blob: 003baec6eacd94e26ea8b46ba5db541ce486324f [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Xmu and Xmuu: X Miscellaneous Utility libraries"
2
3DESCRIPTION = "The Xmu Library is a collection of miscellaneous (some \
4might say random) utility functions that have been useful in building \
5various applications and widgets. This library is required by the Athena \
6Widgets. A subset of the functions that do not rely on the Athena \
7Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a \
8second library, libXmuu."
9
10
11require xorg-lib-common.inc
12
13LICENSE = "MIT & MIT-style"
14LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18"
15
16DEPENDS += "libxt libxext"
17PROVIDES = "xmu"
18
19PE = "1"
20
21XORG_PN = "libXmu"
22
23LEAD_SONAME = "libXmu"
24
25PACKAGES =+ "libxmuu"
26
27FILES_libxmuu = "${libdir}/libXmuu.so.*"
28
29BBCLASSEXTEND = "native"
30
31SRC_URI[md5sum] = "41d92ab627dfa06568076043f3e089e4"
32SRC_URI[sha256sum] = "756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b"