wok diff gobject-introspection-dev/receipt @ rev 14575

eet-dev: Up to 1.7.7
author Dominique Corbex <domcox@slitaz.org>
date Sat May 25 12:38:44 2013 +0200 (2013-05-25)
parents 48e4ab5725f4
children 5286a067ac76
line diff
     1.1 --- a/gobject-introspection-dev/receipt	Wed Oct 26 21:22:53 2011 +0000
     1.2 +++ b/gobject-introspection-dev/receipt	Sat May 25 12:38:44 2013 +0200
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gobject-introspection-dev"
     1.7 -VERSION="1.30.0"
     1.8 +VERSION="1.32.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Gobject-introspection devel files."
    1.11 +SHORT_DESC="Gobject-introspection devel files"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -DEPENDS="gobject-introspection libffi-dev"
    1.14 +WEB_SITE="http://live.gnome.org/GObjectInstrospection"
    1.15 +
    1.16  WANTED="gobject-introspection"
    1.17 -WEB_SITE="http://live.gnome.org/GObjectInstrospection"
    1.18 +DEPENDS="gobject-introspection glib-dev libffi-dev"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.24 -	cp -a $_pkg/usr/include $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.28 -	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.29 -	cp -a $_pkg/usr/share/gobject-introspection-* $fs/usr/share
    1.30 +	mkdir -p \
    1.31 +		$fs/usr/lib \
    1.32 +		$fs/usr/share
    1.33 +	cp -a $install/usr/include $fs/usr
    1.34 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.36 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.37 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.38 +	cp -a $install/usr/share/gobject-introspection-* $fs/usr/share
    1.39  }