mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/madwifi-tools: Updated for version 0.9.4
This commit is contained in:
parent
ef28148946
commit
c86975590e
3 changed files with 1 additions and 5 deletions
|
@ -10,7 +10,3 @@ your kernel version.
|
|||
Requirements for configuring the wireless card:
|
||||
iwconfig -- part of "wireless-tools" package in N series
|
||||
wpa_supplicant -- if you use WPA encryption - in N package series
|
||||
|
||||
NOTE: You can place the SlackBuild and slack-desc.{tools,driver} files
|
||||
in the same directory without conflicts, and then you only have to
|
||||
keep one copy of the madwifi source code around...
|
||||
|
|
|
@ -43,7 +43,7 @@ cp -a {docs/WEP-HOWTO.txt,docs/users-guide.pdf,docs/users-guide.tex} \
|
|||
cat $CWD/$PKG_NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc.tools > $PKG/install/slack-desc
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n -p $OUTPUT/$PKG_NAME-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
|
|
Loading…
Reference in a new issue