aboutsummaryrefslogtreecommitdiff
path: root/gripd.spec
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-10 05:52:11 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-10 05:52:11 +0000
commitceac394c2133d44e81db2eb633ff54a9ad6ce7c5 (patch)
treeadc534407af80a976263c907897907cb13ef1c82 /gripd.spec
This commit was generated by cvs2svn to compensate for changes in r3865,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/extensions/gripd/; revision=3866
Diffstat (limited to 'gripd.spec')
-rw-r--r--gripd.spec16
1 files changed, 16 insertions, 0 deletions
diff --git a/gripd.spec b/gripd.spec
new file mode 100644
index 0000000..453270c
--- /dev/null
+++ b/gripd.spec
@@ -0,0 +1,16 @@
+a = Analysis(['../../support/_mountzlib.py',
+ '../../support/useUnicode.py',
+ 'src/gripd.py'],
+ pathex=[])
+pyz = PYZ(a.pure)
+exe = EXE(pyz,
+ a.scripts + [('OO','','OPTION')] + [('f','','OPTION')],
+ exclude_binaries=1,
+ name='buildgripd/gripd',
+ debug=0,
+ strip=1,
+ console=1 )
+coll = COLLECT( exe,
+ a.binaries,
+ strip=1,
+ name='distgripd')