wok diff startup-notification/receipt @ rev 16004
Up ofono-dev (1.14)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 04 12:56:48 2014 +0100 (2014-03-04) |
parents | 73641efed1cc |
children | 1204cf352c74 |
line diff
1.1 --- a/startup-notification/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/startup-notification/receipt Tue Mar 04 12:56:48 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Startup notification protocol" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="LGPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/" 1.10 WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL" 1.11 @@ -29,6 +30,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 } 1.18