wok diff perl-net-http/receipt @ rev 14702

perl, rrdtool: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:46:07 2013 +0200 (2013-06-07)
parents c324c88e6ae0
children 4451c4e24ec0
line diff
     1.1 --- a/perl-net-http/receipt	Mon Apr 09 10:52:42 2012 +0200
     1.2 +++ b/perl-net-http/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Low-level HTTP connection (client)"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  SOURCE="Net-HTTP"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://search.cpan.org/dist/libwww-perl/"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib $fs/usr
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/lib $fs/usr
    1.19  }