wok diff python/receipt @ rev 10359

youtube-dl: Use $SOURCE_REPOSITORY.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 17:45:43 2011 +0000 (2011-05-22)
parents 9e8cd7598a81
children 1596b5b5bd81
line diff
     1.1 --- a/python/receipt	Fri Apr 15 15:10:30 2011 +0000
     1.2 +++ b/python/receipt	Sun May 22 17:45:43 2011 +0000
     1.3 @@ -18,9 +18,8 @@
     1.4  	# Fix urllib Security Vulnerability
     1.5  	# http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html
     1.6  	patch -Np1 -i $stuff/CVE-2011-1521.patch
     1.7 -	./configure --enable-shared --with-ncurses &&
     1.8 -	make &&
     1.9 -	make DESTDIR=$DESTDIR install
    1.10 +	./configure --enable-shared --with-ncurses $CONFIGURE_ARGS &&
    1.11 +	make &&	make DESTDIR=$DESTDIR install
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.