wok diff libxml++/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 4d989daf5de1
children 6831608a1b2a
line diff
     1.1 --- a/libxml++/receipt	Thu Apr 19 08:58:35 2012 +0000
     1.2 +++ b/libxml++/receipt	Thu Apr 18 17:46:06 2019 +0300
     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