wok diff gajim/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents f4c22f009037
children af8d823a3077
line diff
     1.1 --- a/gajim/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/gajim/receipt	Sat Mar 06 18:53:34 2021 +0000
     1.3 @@ -10,25 +10,26 @@
     1.4  WEB_SITE="http://www.gajim.org/"
     1.5  WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL"
     1.6  
     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  \
     1.9 - python-dev libffi-dev intltool pygtk-dev"
    1.10 +DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl python-pysqlite \
    1.11 +xorg-libXss bind-client"
    1.12 +BUILD_DEPENDS="gettext xcb-util-dev enchant-dev xorg-scrnsaverproto \
    1.13 +xorg-xextproto python-dev libffi-dev intltool pygtk-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -    cd $src
    1.19 -    ./configure $CONFIGURE_ARGS &&
    1.20 -    make && make install
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22 +	make && make install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -    mkdir -p $fs/usr/share/pixmaps
    1.29 -    cp -a $install/usr/bin $fs/usr
    1.30 -    cp -a $install/usr/share/gajim $fs/usr/share
    1.31 -    cp -a $install/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps
    1.32 -    cp -a $install/usr/share/applications $fs/usr/share
    1.33 -    chmod +x $fs/usr/bin/*
    1.34 +	mkdir -p $fs/usr/share/pixmaps
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/share/gajim $fs/usr/share
    1.37 +	cp -a $install/usr/share/icons/hicolor/64x64/apps/gajim.png \
    1.38 +		$fs/usr/share/pixmaps
    1.39 +	cp -a $install/usr/share/applications $fs/usr/share
    1.40 +	chmod +x $fs/usr/bin/*
    1.41  }