# hdw - linux flex package
#
# author: hackbard@hackdaworld.dyndns.org
#
# [V] 2.5.33
# [S] 1-3 2-9
# [D] flex-2.5.33.tar.bz2 http://surfnet.dl.sourceforge.net/sourceforge/flex/

if [ "$stage" = "2" ] ; then
	post_install()	{
		ln -sfv libfl.a $prefix/lib/libl.a
			}
	[ ! -f $prefix/bin/lex ] && cp $confdir/lex_wrapper $prefix/bin/lex
	chmod 755 $prefix/bin/lex
fi
