wok diff emesene/receipt @ rev 4441
Update: gettext (build_depends and depends)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Nov 03 10:45:00 2009 +0000 (2009-11-03) |
parents | 9107c12aad0a |
children | 31c985a0bd3d |
line diff
1.1 --- a/emesene/receipt Fri Jun 26 13:49:19 2009 +0000 1.2 +++ b/emesene/receipt Tue Nov 03 10:45: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 }