[SM-Commit] GIT changes to master grimoire by David Kowis (96e06dde475cfc29a9a13eb5e436959879d4fab2)

David Kowis scm at sourcemage.org
Sun Nov 25 01:52:05 EST 2007


GIT changes to master grimoire by David Kowis <dkowis at shlrm.org>:

 ChangeLog               |    4 ++++
 utils/linux32/BUILD     |    2 ++
 utils/linux32/DETAILS   |   13 +++++++++++++
 utils/linux32/HISTORY   |    2 ++
 utils/linux32/INSTALL   |    4 ++++
 utils/linux32/PRE_BUILD |    2 ++
 6 files changed, 27 insertions(+)

New commits:
commit 96e06dde475cfc29a9a13eb5e436959879d4fab2
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at shlrm.org>

    linux32: New spell mostly just for nspluginwrapper

diff --git a/ChangeLog b/ChangeLog
index 82917cd..114ae97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-25 David Kowis <dkowis at shlrm.org>
+	* utils/linux32: New spell for emulating stuff for x86_64
+	  (Mostly only needed for nspluginwrapper)
+
 2007-11-23 Vlad Glagolev <stealth at sourcemage.org>
 	* python-devel/genshi: new spell, python toolkit for generation
 	  of output for the web
diff --git a/utils/linux32/BUILD b/utils/linux32/BUILD
new file mode 100755
index 0000000..b834be4
--- /dev/null
+++ b/utils/linux32/BUILD
@@ -0,0 +1,2 @@
+cd ${SOURCE_DIRECTORY} &&
+gcc -o linux32 linux32.c
diff --git a/utils/linux32/DETAILS b/utils/linux32/DETAILS
new file mode 100755
index 0000000..b3c39a3
--- /dev/null
+++ b/utils/linux32/DETAILS
@@ -0,0 +1,13 @@
+            SPELL=linux32
+          VERSION=none
+           SOURCE=$SPELL.c
+      SOURCE_HASH=sha512:e5bba06a137b18140b20d7bc29ca058e63cff4da594c1dd8c2ffeb8fb4cf9d199ee65b4f17ddff0a075c7d71ed529b820a3b3de621d4e4f9990525f3eafdfd84
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+       SOURCE_URL=ftp://ftp.x86-64.org/pub/linux/tools/linux32/linux32.c
+         WEB_SITE=ftp://ftp.x86-64.org/pub/linux/tools/linux32/
+          ENTERED=20071124
+          LICENSE=GPL
+            SHORT="Linux32 is a simple wrapper to do smart things on 64-bit"
+cat << EOF
+NEED SOMETHING HEAR!~
+EOF
diff --git a/utils/linux32/HISTORY b/utils/linux32/HISTORY
new file mode 100644
index 0000000..203a1b2
--- /dev/null
+++ b/utils/linux32/HISTORY
@@ -0,0 +1,2 @@
+2007-11-24 David Kowis<dkowis at shlrm.org>
+	* ALL: maked a spell for linux32
diff --git a/utils/linux32/INSTALL b/utils/linux32/INSTALL
new file mode 100755
index 0000000..f5fcdb5
--- /dev/null
+++ b/utils/linux32/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+cp linux32 /usr/bin/. &&
+ln -s /usr/bin/linux32 /usr/bin/linux64
+
diff --git a/utils/linux32/PRE_BUILD b/utils/linux32/PRE_BUILD
new file mode 100755
index 0000000..b2c7b1d
--- /dev/null
+++ b/utils/linux32/PRE_BUILD
@@ -0,0 +1,2 @@
+mkdir ${SOURCE_DIRECTORY} &&
+cp ${SOURCE_CACHE}/$SOURCE ${SOURCE_DIRECTORY}/.



More information about the SM-Commit mailing list