[Lunar-commits] <moonbase> wine_gecko: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Nov 26 00:59:51 CET 2009
commit efe603ca29daab4121743a5860dbfe671b3530bb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Nov 25 18:59:51 2009 -0500
wine_gecko: Adding to moonbase.
---
utils/wine_gecko/BUILD | 11 +++++++++++
utils/wine_gecko/CONFLICTS | 1 +
utils/wine_gecko/DEPENDS | 1 +
utils/wine_gecko/DETAILS | 17 +++++++++++++++++
utils/wine_gecko/PRE_BUILD | 3 +++
5 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/utils/wine_gecko/BUILD b/utils/wine_gecko/BUILD
new file mode 100644
index 0000000..4dac206
--- /dev/null
+++ b/utils/wine_gecko/BUILD
@@ -0,0 +1,11 @@
+(
+
+ if [ ! -f /usr/share/wine/gecko ] ; then
+ mkdir -p /usr/share/wine/gecko
+ fi &&
+
+ prepare_install &&
+
+ cp -R wine_gecko/* /usr/share/wine/gecko/
+
+) > $C_FIFO 2>&1
diff --git a/utils/wine_gecko/CONFLICTS b/utils/wine_gecko/CONFLICTS
new file mode 100644
index 0000000..f045a96
--- /dev/null
+++ b/utils/wine_gecko/CONFLICTS
@@ -0,0 +1 @@
+conflicts Wine-cvs
diff --git a/utils/wine_gecko/DEPENDS b/utils/wine_gecko/DEPENDS
new file mode 100644
index 0000000..11fd928
--- /dev/null
+++ b/utils/wine_gecko/DEPENDS
@@ -0,0 +1 @@
+depends cabextract
diff --git a/utils/wine_gecko/DETAILS b/utils/wine_gecko/DETAILS
new file mode 100644
index 0000000..beb91ac
--- /dev/null
+++ b/utils/wine_gecko/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=wine_gecko
+ VERSION=1.0.0-x86
+ SOURCE=$MODULE-$VERSION.cab
+ SOURCE_URL[0]=$SFORGE_URL/wine/
+ SOURCE_VFY=sha1:afa22c52bca4ca77dcb9edb3c9936eb23793de01
+ WEB_SITE=http://wiki.winehq.org/Gecko
+ ENTERED=20091125
+ UPDATED=20091125
+ SHORT="Mozilla's Gecko Layout Engine"
+
+cat << EOF
+Wine implements its own version of Internet Explorer. The implementation is
+based on a custom version of Mozilla's Gecko Layout Engine. When your
+application tries to display a web page, it loads Wine's custom Gecko from the
+file wine_gecko-1.0.0-x86.cab (at least in the latest version of Wine; older
+versions of Wine use older versions of Gecko).
+EOF
diff --git a/utils/wine_gecko/PRE_BUILD b/utils/wine_gecko/PRE_BUILD
new file mode 100644
index 0000000..1043a0b
--- /dev/null
+++ b/utils/wine_gecko/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+cabextract $SOURCE_CACHE/$SOURCE
More information about the Lunar-commits
mailing list