initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / net / ethereal / ethereal
1 # hdw - linux ethereal package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] cvs
6 # [S] 3-9
7 # [D] ethereal.tar.bz2 cvs:anoncvs:cvs.ethereal.com:cvsroot:ethereal
8
9 pre_install()   {
10         ./autogen.sh
11                 }
12
13 post_install()  {
14         rm -rf $docdir ; mkdir -p $docdir
15         cp doc/R* doc/r* $docdir
16                 }