wok diff esmart/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents a11358feced4
children 74e0a6e3f8be
line diff
     1.1 --- a/esmart/receipt	Fri May 14 11:03:45 2010 +0200
     1.2 +++ b/esmart/receipt	Tue Feb 01 03:25:21 2011 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  	if [ -f $TARBALL ]; then
     1.5  		tar xzf $TARBALL
     1.6  	else
     1.7 -		svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
     1.8 +		svn co http://svn.enlightenment.org/svn/e/OLD/$PACKAGE \
     1.9  			-r $VERSION $PACKAGE-$VERSION &&
    1.10  		tar czf $TARBALL $PACKAGE-$VERSION
    1.11  	fi