initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / multimedia / flite / flite
1 # hdw - linux flite package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 1.2-release
6 # [S] 3-9
7 # [D] flite-1.2-release.tar.bz2 http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/
8
9 # let package decide itself!
10 unset CFLAGS
11
12 post_install()  {
13         rm -rf $docdir && mkdir $docdir
14         cp -r ./doc/[!M]* $docdir
15                 }