wok diff libdvdread/receipt @ rev 10309

tilda: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 21:22:39 2011 +0000 (2011-05-21)
parents a075ff895254
children bcbb325b65ed
line diff
     1.1 --- a/libdvdread/receipt	Tue May 13 09:50:02 2008 +0200
     1.2 +++ b/libdvdread/receipt	Sat May 21 21:22:39 2011 +0000
     1.3 @@ -1,22 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdvdread"
     1.7 -VERSION="0.9.7"
     1.8 +VERSION="4.1.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Librairy for reading DVDs"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS=""
    1.13 +BUILD_DEPENDS="libdvdcss-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://www.dtek.chalmers.se/groups/dvd/"
    1.16 -WGET_URL="http://www.dtek.chalmers.se/groups/dvd/dist/$TARBALL"
    1.17 +WEB_SITE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
    1.18 +WGET_URL="${WEB_SITE}${TARBALL}"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -	./configure --prefix=/usr  $CONFIGURE_ARGS
    1.25 -	make
    1.26 -	make DESTDIR=$PWD/_pkg install
    1.27 +	patch -Np1 -i $stuff/DVDFileStat.patch
    1.28 +	./autogen.sh && make && make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.