wok-next diff startup-notification/receipt @ rev 15327
libmng: remove automake depricated automatic de-ANSI-fication support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 09:30:43 2013 +0000 (2013-09-28) |
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 Sat Sep 28 09:30:43 2013 +0000 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