wok-current diff mono/receipt @ rev 10353
gcc: Removed gawk in build depends. Added check like the one glibc has to install if cook script is found. Fixed tazwok cookorder i hope.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 16:40:19 2011 +0000 (2011-05-22) |
parents | 4308dc535830 |
children | 1c9a0f9f7ad6 |
line diff
1.1 --- a/mono/receipt Thu Mar 31 18:04:17 2011 +0000 1.2 +++ b/mono/receipt Sun May 22 16:40:19 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mono" 1.7 -VERSION="2.10.1" 1.8 +VERSION="2.10.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Cross-platform, open source .NET development framework" 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -20,13 +20,9 @@ 1.13 { 1.14 cd $src 1.15 ./configure \ 1.16 - --prefix=/usr \ 1.17 - --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man \ 1.19 --sysconfdir=/etc \ 1.20 $CONFIGURE_ARGS && 1.21 - make -j 1 && 1.22 - make DESTDIR=$PWD/_pkg install 1.23 + make -j 1 && make install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.