summaryrefslogtreecommitdiff
path: root/config/torvm-win32-bundle.cfg
diff options
context:
space:
mode:
authorMartin Peck <coder@peertech.org>2009-03-14 13:17:25 -0700
committerMartin Peck <coder@peertech.org>2009-03-14 13:17:25 -0700
commitce33821211c05735024617853aa3d0a31e63ef59 (patch)
tree482033386ca1f37d266c8db8cd2fcf7a733d3245 /config/torvm-win32-bundle.cfg
parentb346e24c3d67c129b8609d44cab77160b3cfb399 (diff)
New bundle and package config files for Tor VM, licenses, and Vidalia packages.
Diffstat (limited to 'config/torvm-win32-bundle.cfg')
-rw-r--r--config/torvm-win32-bundle.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/torvm-win32-bundle.cfg b/config/torvm-win32-bundle.cfg
new file mode 100644
index 0000000..52ef59e
--- /dev/null
+++ b/config/torvm-win32-bundle.cfg
@@ -0,0 +1,19 @@
+
+# The name of this bundle.
+name = "torvm-win32-bundle"
+# Version of the bundle
+version = [0, 0, 1]
+# Where does it go in the repository?
+location = "/bundleinfo/torvm/win32/torvm-win32-bundle-0.0.1.txt"
+os = "win32"
+arch = "x86"
+
+# This is one of the packages in the bundle. There can be as many as you
+# like.
+Package(name="torvm",
+ order=(10,10,10),
+ optional=False)
+# The "Glosses" describe a package's purpose in the bundle.
+ShortGloss("en", "Tor VM for win32.")
+LongGloss("en", "Tor VM for 32bit Windows, with MSI installer.")
+