wok diff vala/receipt @ rev 14023
Up gst-plugins-ugly (0.10.19)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Feb 17 20:05:49 2013 +0100 (2013-02-17) |
parents | c55724b587eb |
children | f97cdf01aa31 |
line diff
1.1 --- a/vala/receipt Mon Mar 26 01:25:49 2012 +0200 1.2 +++ b/vala/receipt Sun Feb 17 20:05:49 2013 +0100 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 }