wok diff dvdauthor/receipt @ rev 5089

split wvdial; add wvstreams, wvstreams-dev
author Rohit Joshi <jozee@slitaz.org>
date Mon Mar 15 14:31:03 2010 +0000 (2010-03-15)
parents 9f60adb04c9b
children 100c06a49915
line diff
     1.1 --- a/dvdauthor/receipt	Sat Sep 06 15:07:21 2008 +0200
     1.2 +++ b/dvdauthor/receipt	Mon Mar 15 14:31:03 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="A simple set of tools to help you author a DVD."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="imagemagick tiff jpeg libxml2"
     1.8 +DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread"
     1.9  BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://dvdauthor.sourceforge.net/"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22