wok diff perl-file-find-rule/receipt @ rev 15838
Up: fox to 1.6.49.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jan 27 05:11:58 2014 +0000 (2014-01-27) |
parents | 342982e73709 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/perl-file-find-rule/receipt Fri May 20 22:22:11 2011 +0000 1.2 +++ b/perl-file-find-rule/receipt Mon Jan 27 05:11:58 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Perl/CPAN Module File::Find::Rule." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl-text-glob perl-number-compare perl" 1.9 BUILD_DEPENDS="$DEPENDS" 1.10 SOURCE="File-Find-Rule" 1.11 @@ -25,7 +26,7 @@ 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 } 1.20