1 # hdw - linux mesa3d package
3 # author: hackbard@hackdaworld.dyndns.org
7 # [D] MesaLib-6.0.1.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/mesa3d/
10 # install in /opt/mesa3d
11 prefix="$root/opt/$package"
14 [ "$hdw_arch" = "ia32" ] && mt="linux-x86"
17 if [ -n "$mt" ] ; then
18 echo "building mesa3d for $mt ..."
21 echo "target $hdw_rach not supported by now"
27 rm -rf $prefix ; mkdir -p $prefix/{include,lib}
28 cp -r include/GL $prefix/include
29 cp -pd lib/* $prefix/lib