blob: c86c0c4a4723fa9db3ffcaa9dabda61567e7397c (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "A lightweight terminal emulator based on VTE and Gtk+"
HOMEPAGE = "http://gtkterm.feige.net/"
AUTHOR = "Oliver Feige"
SECTION = "x11/terminals"
DEPENDS = "gtk+ vte"
SRC_URI = "${SOURCEFORGE_MIRROR}/gtkterm/gtkterm2-${PV}.tar.gz"
inherit autotools
|