summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-17 01:33:10 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-17 01:33:10 +0000
commit52d18944cb0f0cdff590c3642d3b15cecd01563d (patch)
tree9f51a22bb4a612cb2f0eaf835984ceb84a9205f2 /samples
parent1544a930f0e62709c88152051b4a793f61a71f64 (diff)
a tor win32 package config file
git-svn-id: file:///home/or/svnrepo/updater/trunk@17304 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/tor-win32-package.cfg41
1 files changed, 41 insertions, 0 deletions
diff --git a/samples/tor-win32-package.cfg b/samples/tor-win32-package.cfg
new file mode 100644
index 0000000..7a77903
--- /dev/null
+++ b/samples/tor-win32-package.cfg
@@ -0,0 +1,41 @@
+
+# This is package is name 'example'
+name = "tor"
+
+# Encodes version 0.1.2.
+version = [0, 2, 1, 6]
+
+# Where in the repository does it go?
+location = "/pkginfo/tor/win32/tor-0.2.1.6-alpha.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/win32/tor-0.2.1.6-alpha.exe"
+
+# Decriptions of the package.
+ShortDesc('en', "Tor-dev win32 installer")
+LongDesc('en',
+"""This is the dev-series Tor exe for Windows, with NSI installer.""")
+
+# What kind of package is this?
+#format = "none"
+
+# Thandy knows how to manage some file formats, but it needs to include
+# extra info to do so properly.
+#
+#### The RPM format
+#
+# format = "rpm"
+# # What is the actual version, according to RPM, of this package when it's
+# # installed?
+# rpm_version = "0.1.2"
+
+#### The EXE format.
+# # (You can use this format for anything that you install by executing it
+# # that does not have its own built-in installation mechanism.)
+#
+format = "exe"
+# # What arguments do you pass to this package to install it?
+# # This needs to be a list of strings.
+# exe_args = [ "--silent", "--automatic", "--omit-bugs", ]
+exe_args = []
+