# COMPILE REQUIREMENT: atk
# COMPILE REQUIREMENT: glib2
# COMPILE REQUIREMENT: gtk
# DESC: gtksourceview: gtksourceview (Enhanced GTK Text Widget)
# DESC: gtksourceview:
# DESC: gtksourceview: GtkSourceView is a text widget that extends the standard GTK+
# DESC: gtksourceview: text widget GtkTextView. It improves GtkTextView by
# DESC: gtksourceview: implementing syntax highlighting and other features typical
# DESC: gtksourceview: of a source editor.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
|