wok diff pycairo-dev/receipt @ rev 15376

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 18 22:13:53 2013 +0000 (2013-10-18)
parents f0f364ff2de0
children 47e1df965953
line diff
     1.1 --- a/pycairo-dev/receipt	Sun Oct 16 07:10:32 2011 +0000
     1.2 +++ b/pycairo-dev/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python bindings for the cairo graphics library."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="pycairo"
     1.8 +LICENSE="MPL LGPL2.1"
     1.9  WEB_SITE="http://www.cairographics.org/pycairo/"
    1.10  WANTED="pycairo"
    1.11  
    1.12 +DEPENDS="pycairo"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22  }
    1.23