4 # The purpose of this script is to create a python package
10 result_fn
=/tmp
/$name.
tar.gz
12 # first we create a temporary directory to store the needed files:
15 # copy all needed files to the package directory
18 # create a gzipped tarball containing the QPalma package
21 tar -czvf $result_fn $name
23 echo "Finished package-building result is under $result_fn"