wok-6.x rev 10137
lsdvd: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 17:35:05 2011 +0000 (2011-05-20) |
parents | 0c5896e5e91d |
children | d3648bd9512f |
files | lsdvd/receipt |
line diff
1.1 --- a/lsdvd/receipt Fri May 20 17:32:45 2011 +0000 1.2 +++ b/lsdvd/receipt Fri May 20 17:35:05 2011 +0000 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.