From ce33821211c05735024617853aa3d0a31e63ef59 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Sat, 14 Mar 2009 13:17:25 -0700 Subject: New bundle and package config files for Tor VM, licenses, and Vidalia packages. --- config/license-win32-bundle.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/license-win32-bundle.cfg (limited to 'config/license-win32-bundle.cfg') diff --git a/config/license-win32-bundle.cfg b/config/license-win32-bundle.cfg new file mode 100644 index 0000000..c451337 --- /dev/null +++ b/config/license-win32-bundle.cfg @@ -0,0 +1,19 @@ + +# The name of this bundle. +name = "license-win32-bundle" +# Version of the bundle +version = [0, 0, 1] +# Where does it go in the repository? +location = "/bundleinfo/license/win32/license-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="license", + order=(10,10,10), + optional=False) +# The "Glosses" describe a package's purpose in the bundle. +ShortGloss("en", "Tor License Installer.") +LongGloss("en", "Tor bundle license documentation with win32 MSI installer.") + -- cgit v1.2.3