Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "X application" |
| 2 | HOMEPAGE = "http://www.x.org/" |
| 3 | BUGTRACKER = "https://bugs.freedesktop.org" |
| 4 | SECTION = "x11/apps" |
| 5 | LICENSE = "MIT-X" |
| 6 | DEPENDS = "util-macros-native virtual/libx11" |
| 7 | |
| 8 | # depends on virtual/libx11 |
| 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | |
| 11 | INC_PR = "r8" |
| 12 | |
| 13 | SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" |
| 14 | |
| 15 | inherit autotools pkgconfig distro_features_check |
| 16 | |
| 17 | FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/" |