# COMPILE REQUIREMENT: gcc
# SHORT DESC: A widget set for GTK+
# LONG DESC: GTKExtra is a useful set of widgets for creating GUIs for the X Window System using GTK+. It is written in C and includes the following widgets: GtkSheet, GtkPlot, GtkPlotCanvas, GtkItemEntry, GtkComboBox, GtkColorCombo, GtkBorderCombo, GtkFontCombo, GtkDirTree, GtkIconList, GtkFileList, GtkIconFileSelection, and GtkCheckItem.
# COMPILE REQUIREMENT: cairo
if [ -x /usr/share/libtool/config.sub ]; then
cp -a /usr/share/libtool/config.sub .
fi
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" "${TARGETARCH}-slackware-linux-gnu" && \
make && \
make install || exit 1
# DEPENDED ON BY: gpsim
|