Updated EFL to svn rev38480 and added new package Eina (which
[maemo-efl] / trunk / scripts / mktarball-efl.sh
index 3aa3b8b..fb4e227 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 components=$*
-[ -z "$components" ] && components='eet evas ecore embryo edje'
+[ -z "$components" ] && components='eina eet evas ecore embryo edje epeg imlib2 epsilon etk e_dbus'
 
 export SBOX_DEFAULT_AUTOMAKE=1.8
 
@@ -10,7 +10,8 @@ for component in $components ; do
        cvs -z3 -d :pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co -d ./$component e17/libs/$component || exit
        cd ./$component
        ./autogen.sh && make dist-gzip
-       version=`sed -n 's/#define VERSION "\([^"]\+\)"/\1/p' config.h`
+       config_h=`grep AM_CONFIG_HEADER configure.in |sed 's/.*(\([^)]\+\)).*/\1/'`
+       version=`sed -n 's/#define VERSION "\([^"]\+\)"/\1/p' $config_h`
        mv $component-$version.tar.gz ../
        cd ../
        tar zxf $component-$version.tar.gz --exclude=debian