Update to last version, add configure.addopts
[maemo-efl] / scripts / e17 / proto / python-efl / build-python-efl-maemo-deb.sh
index 17c2795..a8818c7 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-PRELEASE="indt1"
+PRELEASE="indt3"
 PNAME="python-efl-core"
-PVER="0.1_$PRELEASE"
+PVER="0.1.1_$PRELEASE"
 SECTION="libs"
 
 DEF_PKGS="python-evas python-ecore python-edje"
@@ -14,7 +14,7 @@ LONG_DESC="\
  Homepage: http://www.enlightenment.org/
 "
 BDEPENDS="pkg-config"
-DEPENDS="efl-core, python2.5"
+DEPENDS="efl-core (>= 0.9.9.040_indt3), python2.5"
 
 ARCH="$(arch)"
 
@@ -48,6 +48,8 @@ for p in $PKGS; do
     echo "$(date) ---- $p" >> "$LOG"
     cd $CWD/$p || die "missing package $p"
 
+    m=`echo "$p" | sed s/python-//g`
+    touch $m/$m.c_$m.pyx
     python2.5 setup.py build_ext build install --prefix /usr install_headers
     python2.5 setup.py install --root $DESTDIR