wok diff vte-dev/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents cbebb3eed7c2
children 3af9c976b7d4
line diff
     1.1 --- a/vte-dev/receipt	Wed Oct 26 21:20:51 2011 +0000
     1.2 +++ b/vte-dev/receipt	Tue Aug 13 17:56:32 2013 +0000
     1.3 @@ -4,17 +4,19 @@
     1.4  VERSION="0.28.2"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Terminal capabilities for GTK+ widgets devel files."
     1.7 -DEPENDS="vte"
     1.8  WANTED="vte"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 +LICENSE="GPL2"
    1.11  WEB_SITE="http://www.gnome.org/"
    1.12  
    1.13 +DEPENDS="vte"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/include $fs/usr
    1.22 -	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.27  }