wok-6.x diff perl-text-glob/receipt @ rev 15488
Up: firefox-dev (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 17 16:28:53 2013 +0100 (2013-11-17) |
parents | 025204a91f7b |
children | 20661c276bcf |
line diff
1.1 --- a/perl-text-glob/receipt Fri May 20 22:20:25 2011 +0000 1.2 +++ b/perl-text-glob/receipt Sun Nov 17 16:28:53 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Match globbing patterns against text." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl" 1.9 BUILD_DEPENDS="perl" 1.10 SOURCE="Text-Glob" 1.11 @@ -25,6 +26,6 @@ 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