diff options
Diffstat (limited to 'meta-extras/packages/xorg-app/xorg-app-common.inc')
-rw-r--r-- | meta-extras/packages/xorg-app/xorg-app-common.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-extras/packages/xorg-app/xorg-app-common.inc b/meta-extras/packages/xorg-app/xorg-app-common.inc new file mode 100644 index 0000000000..11f7fe3e00 --- /dev/null +++ b/meta-extras/packages/xorg-app/xorg-app-common.inc | |||
@@ -0,0 +1,15 @@ | |||
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 | FILES_${PN} += " /usr/lib/X11/${XORG_PN}" | ||