summaryrefslogtreecommitdiff
path: root/config/polipo-win32-package.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/polipo-win32-package.cfg')
-rw-r--r--config/polipo-win32-package.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/polipo-win32-package.cfg b/config/polipo-win32-package.cfg
new file mode 100644
index 0000000..667ab16
--- /dev/null
+++ b/config/polipo-win32-package.cfg
@@ -0,0 +1,22 @@
+
+# This is package is name 'example'
+name = "polipo"
+
+# Encodes current version
+version = [1, 0, 4, 1]
+
+# Where in the repository does it go?
+location = "/pkginfo/polipo/win32/polipo-1.0.4.1.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/win32/polipo-1.0.4.1.msi"
+
+# Decriptions of the package.
+ShortDesc('en', "Polipo web proxy win32 installer")
+LongDesc('en', "This is the Polipo caching web proxy executable for Windows, with MSI installer.")
+
+format = "win32"
+command_install = [ 'msiexec', '/i', "${FILE}", 'NOSC=1', '/qn' ]
+exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Polipo\Version',
+ '1.0.4.1' ]
+