wok diff notify-python/receipt @ rev 17356
Up slitaz-boot-scripts (5.6.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 18 14:27:51 2014 +0100 (2014-11-18) |
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 Tue Nov 18 14:27:51 2014 +0100 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 }