wok-6.x diff vala/receipt @ rev 20100
Up slitaz-tools (1024)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 07 23:08:11 2017 +0200 (2017-10-07) |
parents | c46591bcff38 |
children | 6831608a1b2a |
line diff
1.1 --- a/vala/receipt Wed Apr 09 14:57:01 2014 +0200 1.2 +++ b/vala/receipt Sat Oct 07 23:08:11 2017 +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 }