wok diff perl-pango/receipt @ rev 14716

lib[o-r]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:09:32 2013 +0200 (2013-06-11)
parents 2b7692b99838
children 487247909ed8
line diff
     1.1 --- a/perl-pango/receipt	Sun Oct 16 23:05:17 2011 +0000
     1.2 +++ b/perl-pango/receipt	Tue Jun 11 11:09:32 2013 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Layout and render international text."
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  DEPENDS="perl pango perl-glib perl-cairo xcb-util"
     1.9  BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \
    1.10  libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig"
    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