From 9af5cc3909ba94890693d6a41893ab257fd8dcd7 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 23 Oct 2011 08:31:19 +0200 Subject: [PATCH] docs --- playground/package/wscript | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playground/package/wscript b/playground/package/wscript index 9d7131ef..f1eab3c1 100644 --- a/playground/package/wscript +++ b/playground/package/wscript @@ -4,6 +4,9 @@ Create a tarball of the build results """ +APPNAME = 'pack' +VERSION = '1.0' + top = '.' def configure(conf): @@ -46,6 +49,7 @@ class package_cls(Build.InstallContext): # we could mess with multiple inheritance but this is probably unnecessary from waflib import Scripting ctx = Scripting.Dist() + #ctx.arch_name = 'fffffuuuu.tar.bz2' ctx.files = files ctx.tar_prefix = '' ctx.base_path = self.tmp