wok diff gajim/receipt @ rev 15051

ibus-dev: no /usr/include ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 18:56:11 2013 +0000 (2013-08-12)
parents 704351b90408
children f4c22f009037
line diff
     1.1 --- a/gajim/receipt	Sun May 22 00:48:18 2011 +0000
     1.2 +++ b/gajim/receipt	Mon Aug 12 18:56:11 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Gtk Jabber client."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 +LICENCE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.gajim.org/"
    1.10  WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL"
    1.11 @@ -25,9 +26,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14      mkdir -p $fs/usr/share/pixmaps
    1.15 -    cp -a $_pkg/usr/bin $fs/usr
    1.16 -    cp -a $_pkg/usr/share/gajim $fs/usr/share
    1.17 -    cp -a $_pkg/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps
    1.18 -    cp -a $_pkg/usr/share/applications $fs/usr/share
    1.19 +    cp -a $install/usr/bin $fs/usr
    1.20 +    cp -a $install/usr/share/gajim $fs/usr/share
    1.21 +    cp -a $install/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps
    1.22 +    cp -a $install/usr/share/applications $fs/usr/share
    1.23      chmod +x $fs/usr/bin/*
    1.24  }