wok-current diff perl-http-parser/receipt @ rev 16618
mesa: missing space
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 08 20:05:42 2014 +0200 (2014-05-08) |
parents | a57b4693ff3b |
children | 20661c276bcf |
line diff
1.1 --- a/perl-http-parser/receipt Mon Feb 27 00:38:14 2012 +0100 1.2 +++ b/perl-http-parser/receipt Thu May 08 20:05:42 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="parse HTTP/1.1 request into HTTP::Request/Response object" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL" 1.8 WEB_SITE="http://search.cpan.org/~edeca/HTTP-Parser-0.06/" 1.9 SOURCE="HTTP-Parser" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 @@ -26,7 +27,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/lib $fs/usr 1.16 + cp -a $install/usr/lib $fs/usr 1.17 } 1.18 1.19