wok diff xine-ui/receipt @ rev 636
Re... Typo lua-dev
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 21 16:38:24 2008 +0200 (2008-04-21) |
parents | 95e57901a3c3 |
children | 3f898e9b90bd |
line diff
1.1 --- a/xine-ui/receipt Sun Mar 23 20:43:44 2008 +0100 1.2 +++ b/xine-ui/receipt Mon Apr 21 16:38:24 2008 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Xine media player user interface." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv" 1.7 +BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.xinehq.de/" 1.10 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 1.11 @@ -14,7 +15,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 + ./configure --prefix=/usr \ 1.17 --mandir=/usr/share/man $CONFIGURE_ARGS 1.18 make 1.19 make DESTDIR=$PWD/_pkg install