first commit
[scm/bb/meta-tizen.git] / recipes-tizen / xhost / xhost.inc
1 DESCRIPTION = "Utility to control X server access"
2 HOMEPAGE = "http://xorg.freedesktop.org/"
3 SECTION = "System/X11"
4 LICENSE = "MIT"
5
6 PROVIDES = ""
7
8 PACKAGES = ""
9 PACKAGES += "xhost"
10
11 xhost_files = ""
12 xhost_files += "xhost.manifest"
13 xhost_files += "/usr/bin/xhost"
14 xhost_files += "/usr/share/man/man1/xhost.1.gz"
15
16 FILES_${PN} = "${xhost_files}"
17
18 PKG_xhost= "xhost"
19
20 SRC_URI = ""
21
22 inherit tizenBuildUtils
23
24 S = "${WORKDIR}/git"
25
26 require xhost-rdepends.inc
27 require xhost-depends.inc
28 require xhost-extraconf.inc