[Lunar-commits] CVS: moonbase/zbeta/dillo-cvs CONFIGURE, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Tue Feb 10 23:41:41 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/dillo-cvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13378/dillo-cvs
Added Files:
CONFIGURE DEPENDS DETAILS
Log Message:
Just for grins. Added dillo-cvs and mutt-cvs to the zbeta section.
--- NEW FILE: CONFIGURE ---
if ! grep -q CONFIGURED $MODULE_CONFIG; then
if query "Enable cookie support?" y; then
OPTS="$OPTS --enable-cookies"
else
OPTS="$OPTS --disable-cookies"
fi
if query "Enable IPv6 support?" n; then
OPTS="$OPTS --enable-ipv6"
else
OPTS="$OPTS --disable-ipv6"
fi
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
fi
--- NEW FILE: DEPENDS ---
depends gtk+ &&
depends jpeg &&
depends libpng
--- NEW FILE: DETAILS ---
MODULE=dillo-cvs
VERSION=0.8.x
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/dillo
SOURCE_URL[0]=cvs://:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo:dillo
WEB_SITE=http://www.dillo.org
ENTERED=20040210
UPDATED=`date -u +%Y%m%d`
SHORT="dillo is a very fast, extremely small web browser."
cat << EOF
Dillo is a very fast, extremely small Web browser that's completely
written in C. The source and binary are less than 300 kilobytes each. It
is a graphical browser built upon GTK+, and it renders a good subset of
HTML, excluding frames, JavaScript, and JVM support.
EOF
More information about the Lunar-commits
mailing list