wok-4.x diff vala/receipt @ rev 9533
Fixed erlang softlinks in /usr/bin folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Apr 08 03:22:58 2011 +0000 (2011-04-08) |
parents | e176d206d075 |
children | 0e69975e5d9b |
line diff
1.1 --- a/vala/receipt Tue Dec 28 15:47:46 2010 +0000 1.2 +++ b/vala/receipt Fri Apr 08 03:22:58 2011 +0000 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.