libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / vnc / vnc_3.3.7.bb
blob82030e7d87ee88c58b86bd19b96e19abd318354e
1 # vnc OE build file
2 # Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
5 DESCRIPTION = "A Unix VNC client"
6 HOMEPAGE = "http://www.realvnc.com/"
7 DEPENDS = "zlib libxmu libxaw"
8 LICENSE="GPL"
10 SRC_URI="http://www.realvnc.com/dist/vnc-${PV}-unixsrc.tar.gz"
12 S="${WORKDIR}/vnc-${PV}-unixsrc"
14 inherit autotools
15 EXTRA_OECONF = " --with-installed-zlib"
17 do_install() {
18 install -d ${D}/usr/bin/
19 install -m 0755 vncviewer/vncviewer ${D}/usr/bin/vncviewer
23 SRC_URI[md5sum] = "511ffbc8ed8d9df82e7c67852164728c"
24 SRC_URI[sha256sum] = "ee1faf72ef745a7d96e44cb4797d92a8cd2c9e290dfe602fae0fd955a11d4f3a"