wok diff notify-python/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 47439c60021f
children 618eee5446f4
line diff
     1.1 --- a/notify-python/receipt	Tue Jun 07 00:26:09 2011 +0000
     1.2 +++ b/notify-python/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Python binding to libnotify"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.galago-project.org/"
    1.10  WGET_URL="http://www.galago-project.org/files/releases/source/notify-python/$TARBALL"
    1.11 @@ -28,6 +29,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14      mkdir -p $fs/usr
    1.15 -    cp -a $_pkg/usr/lib $fs/usr
    1.16 -    cp -a $_pkg/usr/share $fs/usr
    1.17 +    cp -a $install/usr/lib $fs/usr
    1.18 +    cp -a $install/usr/share $fs/usr
    1.19  }