wok-6.x diff lsdvd/receipt @ rev 11226
Add from wok-undigest: nvclock ola ola-dev owfs oxine protobuf protobuf-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 04 11:10:38 2011 +0100 (2011-11-04) |
parents | 0ee75cad7429 |
children | 2a5cc8208d36 |
line diff
1.1 --- a/lsdvd/receipt Sat May 07 11:24:42 2011 +0000 1.2 +++ b/lsdvd/receipt Fri Nov 04 11:10:38 2011 +0100 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.