wok diff vala/receipt @ rev 20406

asterisk: add code2 & opus codec
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 20 23:12:02 2018 +0200 (2018-07-20)
parents c46591bcff38
children 6831608a1b2a
line diff
     1.1 --- a/vala/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.2 +++ b/vala/receipt	Fri Jul 20 23:12:02 2018 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vala"
     1.7 -VERSION="0.24.0"
     1.8 +VERSION="0.36.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Compiler for the GObject type system"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -18,7 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18  	make && make install
    1.19  }