wok rev 9322
Up: vala (0.11.6) - To have last vala for gtkaml
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 18 13:05:26 2011 +0100 (2011-03-18) |
parents | 1fce24b49270 |
children | 4eeccb502cbc |
files | vala/receipt |
line diff
1.1 --- a/vala/receipt Fri Mar 18 13:03:38 2011 +0100 1.2 +++ b/vala/receipt Fri Mar 18 13:05:26 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vala" 1.7 -VERSION="0.10.2" 1.8 +VERSION="0.11.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Compiler for the GObject type system" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 @@ -16,12 +16,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure \ 1.17 - --prefix=/usr \ 1.18 - --infodir=/usr/share/info \ 1.19 - --mandir=/usr/share/man \ 1.20 - $CONFIGURE_ARGS && 1.21 - make && make DESTDIR=$PWD/_pkg install 1.22 + ./configure && make && make install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.