wok diff lsdvd/receipt @ rev 13316

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 30 08:52:08 2012 +0200 (2012-08-30)
parents 0ee75cad7429
children 2a5cc8208d36
line diff
     1.1 --- a/lsdvd/receipt	Sat May 07 11:24:42 2011 +0000
     1.2 +++ b/lsdvd/receipt	Thu Aug 30 08:52:08 2012 +0200
     1.3 @@ -9,8 +9,7 @@
     1.4  BUILD_DEPENDS="libdvdread-dev"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://untrepid.com/acidrip/lsdvd.html"
     1.7 -WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/lsdvd/$TARBALL
     1.8 - http://puzzle.dl.sourceforge.net/sourceforge/lsdvd/$TARBALL"
     1.9 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13 @@ -19,9 +18,8 @@
    1.14  	[ -f done.lsdvd-0.16-configure.patch ] ||
    1.15  		patch -p1 -i $stuff/lsdvd-0.16-configure.patch
    1.16  	touch done.lsdvd-0.16-configure.patch
    1.17 -	./configure &&
    1.18 -	make &&
    1.19 -	make install
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	make &&	make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.