wok-next diff freetds/receipt @ rev 12701

Add: cross-arm-gcc (ARM cross compiler) Build will fail with cooker since it must be build with --first-pass the first time :-) A cross-arm-toolchain meta packge will follow
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 03 16:25:12 2012 +0200 (2012-05-03)
parents 3eacc9c96968
children 7b3764f928eb
line diff
     1.1 --- a/freetds/receipt	Sun Mar 15 21:33:26 2009 +0000
     1.2 +++ b/freetds/receipt	Thu May 03 16:25:12 2012 +0200
     1.3 @@ -28,10 +28,5 @@
     1.4  	cp -a $_pkg/etc $fs
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.7 -	# Package all freetds pkgs
     1.8 -	for i in $(cd $WOK; ls -d freetds-*)
     1.9 -	do
    1.10 -		tazwok genpkg $i
    1.11 -	done
    1.12  }
    1.13