Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "Xmu and Xmuu: X Miscellaneous Utility libraries" |
| 2 | |
| 3 | DESCRIPTION = "The Xmu Library is a collection of miscellaneous (some \ |
| 4 | might say random) utility functions that have been useful in building \ |
| 5 | various applications and widgets. This library is required by the Athena \ |
| 6 | Widgets. A subset of the functions that do not rely on the Athena \ |
| 7 | Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a \ |
| 8 | second library, libXmuu." |
| 9 | |
| 10 | require xorg-lib-common.inc |
| 11 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 12 | LICENSE = "MIT & MIT" |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e79ad4fcc53b9bfe0fc38507a56446b9" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 14 | |
| 15 | DEPENDS += "libxt libxext" |
| 16 | PROVIDES = "xmu" |
| 17 | |
| 18 | PE = "1" |
| 19 | |
| 20 | XORG_PN = "libXmu" |
| 21 | |
| 22 | LEAD_SONAME = "libXmu" |
| 23 | |
| 24 | PACKAGES =+ "libxmuu" |
| 25 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 26 | FILES:libxmuu = "${libdir}/libXmuu.so.*" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 27 | |
| 28 | BBCLASSEXTEND = "native" |
| 29 | |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 30 | SRC_URI[sha256sum] = "210de3ab9c3e9382572c25d17c2518a854ce6e2c62c5f8315deac7579e758244" |