[Lunar-commits] <moonbase> luakit: new module
Auke Kok
sofar at foo-projects.org
Mon Jun 13 02:13:09 CEST 2011
commit 241c755cc9e4f03ccdb1b258dbaeb646a30c5ddc
Author: Tim Petschauer <tpetschauer at gmx.net>
Date: Mon Jun 13 02:13:09 2011 +0200
luakit: new module
---
zbeta/luakit/BUILD | 7 +++++++
zbeta/luakit/DEPENDS | 5 +++++
zbeta/luakit/DETAILS | 18 ++++++++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/zbeta/luakit/BUILD b/zbeta/luakit/BUILD
new file mode 100644
index 0000000..44b94b4
--- /dev/null
+++ b/zbeta/luakit/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit 's:/local::' config.mk &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/luakit/DEPENDS b/zbeta/luakit/DEPENDS
new file mode 100644
index 0000000..da04c7c
--- /dev/null
+++ b/zbeta/luakit/DEPENDS
@@ -0,0 +1,5 @@
+depends luafilesystem
+depends webkit
+
+# makedep
+depends help2man
diff --git a/zbeta/luakit/DETAILS b/zbeta/luakit/DETAILS
new file mode 100644
index 0000000..b44a7a1
--- /dev/null
+++ b/zbeta/luakit/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=luakit
+ VERSION=2011.05.06-r1
+ SOURCE=${VERSION}.tar.gz
+ SOURCE_URL=https://github.com/mason-larobina/luakit/tarball/${VERSION}/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/mason-larobina-luakit-f3a2dbe/
+ SOURCE_VFY=sha1:3599f64d620a3ac7533cc73046901f613c4d8b80
+ WEB_SITE="http://luakit.org/"
+ ENTERED=20110530
+ UPDATED=20110612
+ SHORT="A highly configurable, micro-browser framework"
+cat <<EOF
+luakit is a highly configurable, micro-browser framework based on
+the WebKit web content engine and the GTK+ toolkit. It is very fast,
+extensible by Lua and licensed under the GNU GPLv3 license. It is
+primarily targeted at power users, developers and any people with
+too much time on their hands who want to have fine-grained control
+over their web browsers behaviour and interface.
+EOF
More information about the Lunar-commits
mailing list