wok-6.x diff perl-cairo/receipt @ rev 14702
perl, rrdtool: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 07 18:46:07 2013 +0200 (2013-06-07) |
parents | 11bd296f6d32 |
children | 29a568856cdf |
line diff
1.1 --- a/perl-cairo/receipt Sun Oct 16 23:03:09 2011 +0000 1.2 +++ b/perl-cairo/receipt Fri Jun 07 18:46:07 2013 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Perl interface to the cairo library." 1.6 MAINTAINER="claudinei@slitaz.org" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl cairo freetype fontconfig libpng" 1.9 BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \ 1.10 perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta" 1.11 @@ -26,6 +27,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