wok diff libtool/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 73cc1c0a2e6e
children ac1a2a3338dd
line diff
     1.1 --- a/libtool/receipt	Sun Jan 09 14:26:46 2011 +0100
     1.2 +++ b/libtool/receipt	Tue Feb 01 03:25:21 2011 +0000
     1.3 @@ -15,13 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure \
     1.8 -		--prefix=/usr \
     1.9 -		--infodir=/usr/share/info \
    1.10 -		--mandir=/usr/share/man \
    1.11 -		$CONFIGURE_ARGS
    1.12 -	make
    1.13 -	make DESTDIR=$PWD/_pkg install
    1.14 +	./configure && make && make install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.