Mac package build
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4017 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/release/Description.plist.tmpl b/release/Description.plist.tmpl
new file mode 100644
index 0000000..18b4bd5
--- /dev/null
+++ b/release/Description.plist.tmpl
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IFPkgDescriptionDescription</key>
+ <string>A high-speed version of VNC that is compatible with RealVNC and TightVNC</string>
+ <key>IFPkgDescriptionTitle</key>
+ <string>{__APPNAME}</string>
+ <key>IFPkgDescriptionVersion</key>
+ <string>{__VERSION}</string>
+</dict>
+</plist>