wok rev 3973

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 27 11:36:57 2009 +0200 (2009-08-27)
parents ea40c965723a fd0572c5479e
children 3bd377152e56
files
line diff
     1.1 --- a/emesene/receipt	Thu Aug 27 02:00:57 2009 +0200
     1.2 +++ b/emesene/receipt	Thu Aug 27 11:36:57 2009 +0200
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="emesene"
     1.7 -VERSION="1.0.1"
     1.8 +VERSION="1.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Instant messaging client for Windows Live Messenger (tm) network."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12 -DEPENDS="python pygtk pycairo python-pysqlite"
    1.13 +DEPENDS="python pygtk pycairo python-pysqlite gst-python"
    1.14 +BUILD_DEPENDS="python-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.emesene.org"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 @@ -22,6 +23,7 @@
    1.19      done <<EOT
    1.20  slitaz-openbox.patch
    1.21  EOT
    1.22 +    python setup.py build_ext -i || return 1
    1.23  }
    1.24  
    1.25  
    1.26 @@ -40,5 +42,6 @@
    1.27  
    1.28      rm -rf $fs/usr/share/emesene/misc
    1.29      rm -rf $fs/usr/share/emesene/po
    1.30 -    rm -rf $fs/usr/share/emesene/doc
    1.31 +    rm -rf $fs/usr/share/emesene/libmimic
    1.32 +    rm -rf $fs/usr/share/emesene/build
    1.33  }