diff options
| -rw-r--r-- | meta-moblin/packages/xorg-app/xorg-app-common.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-moblin/packages/xorg-app/xorg-app-common.inc b/meta-moblin/packages/xorg-app/xorg-app-common.inc new file mode 100644 index 0000000000..cd7f654be2 --- /dev/null +++ b/meta-moblin/packages/xorg-app/xorg-app-common.inc | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "X application" | ||
| 2 | HOMEPAGE = "http://www.x.org/" | ||
| 3 | SECTION = "x11/apps" | ||
| 4 | LICENSE = "MIT-X" | ||
| 5 | DEPENDS = "util-macros-native virtual/libx11" | ||
| 6 | |||
| 7 | XORG_PN = "${PN}" | ||
| 8 | |||
| 9 | SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/${XORG_PN}-${PV}" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | do_stage() { | ||
| 16 | autotools_stage_all | ||
| 17 | } | ||
| 18 | |||
| 19 | FILES_${PN} += " /usr/lib/X11/${XORG_PN}" | ||
