wok-4.x rev 9965
gajim: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 16:40:50 2011 +0200 (2011-05-18) |
parents | 2d5fe76b9f35 |
children | 0e0514e408c6 |
files | gajim/receipt |
line diff
1.1 --- a/gajim/receipt Wed May 18 16:06:04 2011 +0200 1.2 +++ b/gajim/receipt Wed May 18 16:40:50 2011 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Gtk Jabber client." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 -DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl python-pysqlite xorg-libXss bind-client" 1.8 -BUILD_DEPENDS="gettext xcb-util-dev enchant-dev xorg-scrnsaverproto xorg-xextproto libffi-dev intltool" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gajim.org/" 1.11 WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL" 1.12 1.13 +DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl python-pysqlite xorg-libXss bind-client" 1.14 +BUILD_DEPENDS="gettext xcb-util-dev enchant-dev xorg-scrnsaverproto xorg-xextproto \ 1.15 + python-dev libffi-dev intltool pygtk-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {