wok diff xchat-plugin/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents da67a92d3e79
children e4fd343fd7b8
line diff
     1.1 --- a/xchat-plugin/receipt	Thu May 31 22:14:21 2012 +0200
     1.2 +++ b/xchat-plugin/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="IRC client using GTK+ with plugins support"
     1.6  MAINTAINER="lenios@slitaz.org"
     1.7 -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage"
     1.8 -BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info"
     1.9 +LICENSE="GPL2"
    1.10  SOURCE="xchat"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://www.xchat.org/"
    1.13  WGET_URL="http://www.xchat.org/files/source/2.8/$TARBALL"
    1.14  PROVIDE="xchat"
    1.15  
    1.16 +DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage"
    1.17 +BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -30,7 +32,7 @@
    1.23  	  --enable-ipv6 \
    1.24        $CONFIGURE_ARGS &&
    1.25      make &&
    1.26 -    make DESTDIR=$PWD/_pkg install
    1.27 +    make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -38,6 +40,6 @@
    1.32  {
    1.33      mkdir -p $fs/usr \
    1.34      	$fs/usr/share
    1.35 -    cp -a $_pkg/usr/bin $fs/usr
    1.36 -#    cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.37 +    cp -a $install/usr/bin $fs/usr
    1.38 +#    cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.39  }