wok-next diff libxml++/receipt @ rev 15356
notecase: add license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 30 20:32:42 2013 +0000 (2013-09-30) |
parents | 4d989daf5de1 |
children | 60bd4df08f57 |
line diff
1.1 --- a/libxml++/receipt Thu Apr 19 08:58:35 2012 +0000 1.2 +++ b/libxml++/receipt Mon Sep 30 20:32:42 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="C++ wrapper for the libxml XML parser library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://libxmlplusplus.sourceforge.net/" 1.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 @@ -27,6 +28,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