# HG changeset patch # User Eric Joseph-Alexandre # Date 1229727358 -3600 # Node ID 53866bc265e8d4c8dea27cb135106232469db734 # Parent e7355177f438400efe2d7680cc7b9d1fda2304fa wireless-tools: Move DEPENDS to SUGGESTED. diff -r e7355177f438 -r 53866bc265e8 wireless_tools/receipt --- a/wireless_tools/receipt Fri Dec 19 23:49:35 2008 +0100 +++ b/wireless_tools/receipt Fri Dec 19 23:55:58 2008 +0100 @@ -5,7 +5,8 @@ CATEGORY="system-tools" SHORT_DESC="Wireless Tools for Linux" MAINTAINER="erjo@slitaz.org" -DEPENDS="linux-wireless" +DEPENDS="" +SUGGESTED="linux-wireless" TARBALL="${PACKAGE}.${VERSION}.tar.gz" WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" WGET_URL="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$TARBALL" @@ -31,6 +32,11 @@ cp -a $_pkg/usr/lib/*.so* $fs/usr/lib } +post_install() +{ + echo "You may need to install linux-wireless to have wireless network drivers." + echo "Or install tazndis to use Windows drivers." +} # Rules to clean extras dirs or files clean_wok() {