wok diff notify-python/receipt @ rev 17437
slitaz-boot-scripts: install required slitaz-arm-configs in ARM case
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Dec 07 19:35:57 2014 -0500 (2014-12-07) |
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 Sun Dec 07 19:35:57 2014 -0500 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 }