wok diff perl-libwww/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents bf939844b92f
children 6e8b1bcb30e2
line diff
     1.1 --- a/perl-libwww/receipt	Mon Apr 09 10:53:20 2012 +0200
     1.2 +++ b/perl-libwww/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A set of Perl modules which provides a simple and consistent API to the WWW"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL"
     1.8  DEPENDS="perl-uri perl-html-parser perl-encode-locale perl-file-listing \
     1.9   perl-html-parser perl-http-cookies perl-http-daemon perl-http-date \
    1.10   perl-http-negotiate  perl-http-message perl-lwp-mediatypes perl-mime-base64 \
    1.11 @@ -28,6 +29,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  }