wok rev 5013
tazbb: add TAZBB_NO_INSTALL support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 01 13:06:49 2010 +0100 (2010-03-01) |
parents | 1b76b901d772 |
children | b72826dd8ec2 |
files | catalyst/receipt gcc+gcj/receipt mesa-dri-ati/receipt nvidia/receipt tazbb/stuff/tazbb |
line diff
1.1 --- a/catalyst/receipt Sun Feb 28 19:50:05 2010 +0000 1.2 +++ b/catalyst/receipt Mon Mar 01 13:06:49 2010 +0100 1.3 @@ -125,3 +125,5 @@ 1.4 echo "Processing post-remove commands..." 1.5 depmod -a 1.6 } 1.7 + 1.8 +TAZBB_NO_INSTALL="because this is not hardware neutral"
2.1 --- a/gcc+gcj/receipt Sun Feb 28 19:50:05 2010 +0000 2.2 +++ b/gcc+gcj/receipt Mon Mar 01 13:06:49 2010 +0100 2.3 @@ -113,3 +113,5 @@ 2.4 { 2.5 rm -r $SOURCE-$VERSION-build 2.6 } 2.7 + 2.8 +TAZBB_NO_INSTALL="because it does not support objc and gfortran (yet)"
3.1 --- a/mesa-dri-ati/receipt Sun Feb 28 19:50:05 2010 +0000 3.2 +++ b/mesa-dri-ati/receipt Mon Mar 01 13:06:49 2010 +0100 3.3 @@ -19,3 +19,5 @@ 3.4 $fs/usr/lib/dri 3.5 done 3.6 } 3.7 + 3.8 +TAZBB_NO_INSTALL="because this is not hardware neutral"
4.1 --- a/nvidia/receipt Sun Feb 28 19:50:05 2010 +0000 4.2 +++ b/nvidia/receipt Mon Mar 01 13:06:49 2010 +0100 4.3 @@ -100,4 +100,4 @@ 4.4 depmod -a 4.5 } 4.6 4.7 - 4.8 +TAZBB_NO_INSTALL="because this is not hardware neutral"
5.1 --- a/tazbb/stuff/tazbb Sun Feb 28 19:50:05 2010 +0000 5.2 +++ b/tazbb/stuff/tazbb Mon Mar 01 13:06:49 2010 +0100 5.3 @@ -371,7 +371,9 @@ 5.4 # that tests are done separatly with 'test_packages' and should 5.5 # be done by tazwok. 5.6 if [ -f $BUILD_WOK/$pkg/taz/*/receipt ]; then 5.7 + TAZBB_NO_INSTALL="" 5.8 . $BUILD_WOK/$pkg/taz/*/receipt 5.9 + [ -n "$TAZBB_NO_INSTALL" ] && return 0 5.10 echo "(installing $PACKAGE-${VERSION}$EXTRAVERSION.tazpkg)" \ 5.11 > $DB_DIR/running 5.12 yes | tazpkg install \