wok rev 17748

mplayer-opt: use its own source tree !
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 08 09:03:25 2015 +0100 (2015-03-08)
parents b81825d54cb6
children e84c7a387287
files mplayer-opt/receipt
line diff
     1.1 --- a/mplayer-opt/receipt	Sat Mar 07 23:52:35 2015 +0100
     1.2 +++ b/mplayer-opt/receipt	Sun Mar 08 09:03:25 2015 +0100
     1.3 @@ -6,8 +6,10 @@
     1.4  SHORT_DESC="The Ultimate Movie Player For Linux (with minimal depends)"
     1.5  MAINTAINER="psychomaniak@xakep.ru"
     1.6  LICENSE="GPL2"
     1.7 -SOURCE="mplayer"
     1.8 +SOURCE="MPlayer"
     1.9 +TARBALL="$SOURCE-$VERSION.tar.xz"
    1.10  WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
    1.11 +WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/$TARBALL"
    1.12  HOST_ARCH="i486 arm"
    1.13  
    1.14  DEPENDS="libmad xorg-libXv alsa-lib cdparanoia-III giflib ncurses \
    1.15 @@ -36,10 +38,6 @@
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	rm -rf $WOK/$PACKAGE/source/ && mkdir -p $WOK/$PACKAGE/source/
    1.20 -	ln -s $WOK/$SOURCE/source/$SOURCE-$VERSION \
    1.21 -	$WOK/$PACKAGE/source/$PACKAGE-$VERSION &&
    1.22 -	cd $src &&
    1.23  	./configure \
    1.24  		--prefix=/usr \
    1.25  		--confdir=/etc/mplayer \