wok rev 3972

emesene: update to v1.5
author Liu Peng <rocky@slitaz.org>
date Thu Aug 27 08:33:00 2009 +0000 (2009-08-27)
parents f01b50ac5429
children 61801b883f4c
files emesene/receipt
line diff
     1.1 --- a/emesene/receipt	Fri Aug 21 08:46:03 2009 +0000
     1.2 +++ b/emesene/receipt	Thu Aug 27 08:33:00 2009 +0000
     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  }