more toolchain + stage 1 updates
[hdw-linux/hdw-linux.git] / packages / base / flex / flex
1 # hdw - linux flex package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 2.5.33
6 # [S] 1-3 2-9
7 # [D] flex-2.5.33.tar.bz2 http://surfnet.dl.sourceforge.net/sourceforge/flex/
8
9 if [ "$stage" = "2" ] ; then
10         post_install()  {
11                 ln -sfv libfl.a $prefix/lib/libl.a
12                         }
13         [ ! -f $prefix/bin/lex ] && cp $confdir/lex_wrapper $prefix/bin/lex
14         chmod 755 $prefix/bin/lex
15 fi