wok-stable diff xine-ui/receipt @ rev 1650
Add setserial
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 08 13:37:28 2008 +0000 (2008-11-08) |
parents | 1b37a413afd5 |
children | 67e762d76d21 |
line diff
1.1 --- a/xine-ui/receipt Sun Mar 23 20:55:19 2008 +0100 1.2 +++ b/xine-ui/receipt Sat Nov 08 13:37:28 2008 +0000 1.3 @@ -6,7 +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 +BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.xinehq.de/" 1.11 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 1.12 @@ -16,8 +16,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22