Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a9f581d144ff4a1fe5ba37c5c228ed63b52a1701)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a9f581d144ff4a1fe5ba37c5c228ed63b52a1701)
  • Date: Wed, 24 Oct 2007 17:34:09 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

archive/orange/DEPENDS | 7 +++++++
archive/orange/DETAILS | 14 ++++++++++++++
archive/orange/HISTORY | 3 +++
3 files changed, 24 insertions(+)

New commits:
commit a9f581d144ff4a1fe5ba37c5c228ed63b52a1701
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

orange: new spell, creates installable cab files

diff --git a/archive/orange/DEPENDS b/archive/orange/DEPENDS
new file mode 100755
index 0000000..ee9918a
--- /dev/null
+++ b/archive/orange/DEPENDS
@@ -0,0 +1,7 @@
+depends synce-libsynce &&
+depends dynamite &&
+depends unshield &&
+optional_depends libole2 \
+ "--with-libole2" \
+ "" \
+ "Build against libole2?"
diff --git a/archive/orange/DETAILS b/archive/orange/DETAILS
new file mode 100755
index 0000000..bd2c919
--- /dev/null
+++ b/archive/orange/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=orange
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:606a96aef0d21e03ecb439fc145b2372d0819e53b51a1c6e65ffdd7f683f6e9a3b3f32a5f9114f411d57958f53f50e7a37b205553710f6f75e9f2a3032da8a89
+ SOURCE_URL[0]=$SOURCEFORGE_URL/synce/${SOURCE}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.synce.org
+ ENTERED=20071024
+ LICENSE[0]=GPL
+ SHORT="cab file creator"
+cat << EOF
+Orange is a tool and library for squeezing out juicy installable Microsoft
Cabinet Files from
+self-extracting installers for Microsoft Windows and some other installer
file formats.
+EOF
diff --git a/archive/orange/HISTORY b/archive/orange/HISTORY
new file mode 100644
index 0000000..38dbb7b
--- /dev/null
+++ b/archive/orange/HISTORY
@@ -0,0 +1,3 @@
+2007-10-24 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS,DEPENDS,HISTORY: created spell
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a9f581d144ff4a1fe5ba37c5c228ed63b52a1701), Arjan Bouter, 10/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page