wok diff dvdauthor/receipt @ rev 7615

Added xorg-dev-proto to xorg-server-dev depends. Needs xorg-dev-proto for pkg-config to work with xorg-server-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 11 21:51:57 2010 +0000 (2010-12-11)
parents 9f60adb04c9b
children 100c06a49915
line diff
     1.1 --- a/dvdauthor/receipt	Sat Sep 06 15:07:21 2008 +0200
     1.2 +++ b/dvdauthor/receipt	Sat Dec 11 21:51:57 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