X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=trunk%2Fscripts%2Fmktarball-python-efl.sh;h=a93cacf7cac501e8f6e9c58607666df240ea9992;hb=d2fc22a8fb3f237b368e3a722d5c859aabe05805;hp=80e37babd81660f8995a68e9faf0053f11ad1c0a;hpb=4d98bc9e9fa292e71089fea9ba6d963f5f621ced;p=maemo-efl diff --git a/trunk/scripts/mktarball-python-efl.sh b/trunk/scripts/mktarball-python-efl.sh index 80e37ba..a93cacf 100755 --- a/trunk/scripts/mktarball-python-efl.sh +++ b/trunk/scripts/mktarball-python-efl.sh @@ -1,6 +1,9 @@ #!/bin/sh -for component in $* ; do +components=$* +[ -z "$components" ] && components="python-ecore python-edje python-evas" + +for component in $components ; do rm -rf ./$component* cvs -z3 -d :pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co -d ./$component e17/proto/python-efl/$component version=`sed -n "s/.*version[ ]*=[ ]*'\([^']\+\)'.*/\1/p" $component/setup.py`