wok-next diff perl-http-parser/receipt @ rev 15608
hubbub: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:31:17 2013 +0000 (2013-12-06) |
parents | a57b4693ff3b |
children | 1a86cb99cbbf |
line diff
1.1 --- a/perl-http-parser/receipt Mon Feb 27 00:38:14 2012 +0100 1.2 +++ b/perl-http-parser/receipt Fri Dec 06 20:31:17 2013 +0000 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