wok diff vala/receipt @ rev 13309

Move from undigest shake
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 29 10:51:37 2012 +0200 (2012-08-29)
parents c55724b587eb
children f97cdf01aa31
line diff
     1.1 --- a/vala/receipt	Mon Mar 26 01:25:49 2012 +0200
     1.2 +++ b/vala/receipt	Wed Aug 29 10:51:37 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vala"
     1.7 -VERSION="0.15.2"
     1.8 +VERSION="0.16.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Compiler for the GObject type system"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -17,7 +17,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure $CONFIGURE_ARGS && 
    1.17 +	./configure $CONFIGURE_ARGS &&
    1.18  	make && make install
    1.19  }
    1.20  
    1.21 @@ -25,10 +25,10 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib $fs/usr/share
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.27 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $_pkg/usr/include $fs/usr
    1.29 -	cp -a $_pkg/usr/share/vala* $fs/usr/share
    1.30 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.33 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.34 +	cp -a $install/usr/include $fs/usr
    1.35 +	cp -a $install/usr/share/vala* $fs/usr/share
    1.36 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.37  }