[Lunar-commits] r24296 - in moonbase/branches/deleted-modules: . skipstone
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu May 3 14:28:05 CEST 2007
Author: zbiggy
Date: 2007-05-03 14:28:05 +0200 (Thu, 03 May 2007)
New Revision: 24296
Added:
moonbase/branches/deleted-modules/skipstone/
moonbase/branches/deleted-modules/skipstone/BUILD
moonbase/branches/deleted-modules/skipstone/DEPENDS
moonbase/branches/deleted-modules/skipstone/DETAILS
Log:
I'm not sure is it worth keeping skipstone in deleted-modules.
Added: moonbase/branches/deleted-modules/skipstone/BUILD
===================================================================
--- moonbase/branches/deleted-modules/skipstone/BUILD (rev 0)
+++ moonbase/branches/deleted-modules/skipstone/BUILD 2007-05-03 12:28:05 UTC (rev 24296)
@@ -0,0 +1,13 @@
+(
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-mozilla-includes=/usr/include/mozilla \
+ --with-mozilla-libs=/usr/lib/mozilla \
+ --enable-cvs-mozilla \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/branches/deleted-modules/skipstone/DEPENDS
===================================================================
--- moonbase/branches/deleted-modules/skipstone/DEPENDS (rev 0)
+++ moonbase/branches/deleted-modules/skipstone/DEPENDS 2007-05-03 12:28:05 UTC (rev 24296)
@@ -0,0 +1,2 @@
+depends wget &&
+depends mozilla
Added: moonbase/branches/deleted-modules/skipstone/DETAILS
===================================================================
--- moonbase/branches/deleted-modules/skipstone/DETAILS (rev 0)
+++ moonbase/branches/deleted-modules/skipstone/DETAILS 2007-05-03 12:28:05 UTC (rev 24296)
@@ -0,0 +1,28 @@
+ MODULE=skipstone
+ VERSION=0.9.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.muhri.net/skipstone/
+ SOURCE_VFY=sha1:9c113ebb4311cb1ec9370a0e52b2edb1d11a13df
+ WEB_SITE=http://www.muhri.net/skipstone/page.php3?node=home
+ ENTERED=20020226
+ UPDATED=20060923
+ SHORT="Gtk+ Web Browser that embeds Mozilla's rendering component Gecko."
+cat << EOF
+SkipStone is a Gtk+ Web Browser that embeds Mozilla's
+rendering component Gecko. It aims to be light and
+fast with few dependencies.
+
+SkipStone is currently under heavy development, but
+its progressing quickly and coming along nicely. It
+provides a nice and simple configurable interface,
+bookmarks and all of the other mandantory browsing features.
+
+Downloading is handled by SkipDownload by default,
+a Gtk+ frontend to the famous web downloading utility
+wget. However, if you prefer to use other download
+utilities / managers, this option is configurable.
+
+Mail and external url handlers are also handled by
+external applications which can be configured to the users
+choice, leaving SkipStone to do what it does best - browsing.
+EOF
More information about the Lunar-commits
mailing list