generic-poky/meta/packages/vte/vte.inc
Qing He 788ffb75e7 vte: fix metadata
add bugtracker, update license

Signed-off-by: Qing He <qing.he@intel.com>
2010-07-02 15:32:45 -07:00

15 lines
473 B
PHP

DESCRIPTION = "vte is a virtual terminal emulator"
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
LICENSE = "LGPLv2.1+"
DEPENDS = " glib-2.0 gtk+ intltool-native ncurses"
RDEPENDS_libvte = "vte-termcap"
inherit gnome
EXTRA_OECONF = "--disable-gtk-doc --disable-python"
PACKAGES =+ "libvte vte-termcap"
FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
FILES_vte-dbg =+ ${libexecdir}/.debug"
FILES_vte-termcap = "${datadir}/vte/termcap"