[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / xclip / xclip_0.12.bb
1 DECSRIPTION = "xclip is a command line interface to the X11 clipboard. It can also be used for copying files, as an alternative to sftp/scp, thus avoiding password prompts when X11 forwarding has already been setup."
2 LICENSE = "GPLv2"
3
4 DEPENDS = "libxmu virtual/libx11 "
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/xclip/${P}.tar.gz"
7
8 inherit autotools
9
10