wok diff wireless_tools/receipt @ rev 4954

xarchive: add lrzip support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 17 16:44:15 2010 +0100 (2010-02-17)
parents 7f9bef673233
children 35ec83c60e58
line diff
     1.1 --- a/wireless_tools/receipt	Fri May 16 13:36:42 2008 +0200
     1.2 +++ b/wireless_tools/receipt	Wed Feb 17 16:44:15 2010 +0100
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Wireless Tools for Linux"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="linux-wireless"
     1.8 +DEPENDS=""
     1.9 +SUGGESTED="linux-wireless"
    1.10  TARBALL="${PACKAGE}.${VERSION}.tar.gz"
    1.11  WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
    1.12  WGET_URL="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$TARBALL"
    1.13 @@ -31,6 +32,11 @@
    1.14  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.15  }
    1.16  
    1.17 +post_install()
    1.18 +{
    1.19 +	echo "You may need to install linux-wireless to have wireless network drivers."
    1.20 +	echo "Or install tazndis to use Windows drivers."
    1.21 +}
    1.22  # Rules to clean extras dirs or files
    1.23  clean_wok()
    1.24  {