updated some base/toolchain packages, added sysfsutils and pcmciautils, xpdf
[hdw-linux/hdw-linux.git] / packages / hackbard / hostap / hostap
1 # hdw - linux hostap package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.4.4
6 # [S] 3-9
7 # [D] hostap-driver-0.4.4.tar.gz http://hostap.epitest.fi/releases/
8 ## [D] hostap-utils-0.1.3.tar.gz http://hostap.epitest.fi/releases/
9 ## [D] hostapd-0.1.3.tar.gz http://hostap.epitest.fi/releases/
10
11 make_conf="KERNEL_PATH=$prefix/src/linux $make_conf"
12 install_conf="KERNEL_PATH=$prefix/src/linux $install_conf"
13
14 post_install()  {
15         rm -rf $docdir ; mkdir -p $docdir
16         cp README $docdir
17 }