wok diff mplayer-opt/receipt @ rev 18334
Updates licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 10 10:00:06 2015 +0200 (2015-09-10) |
parents | 6ac830804b1f |
children | 8417cbe6fdae |
line diff
1.1 --- a/mplayer-opt/receipt Fri Aug 22 14:44:50 2014 +0200 1.2 +++ b/mplayer-opt/receipt Thu Sep 10 10:00:06 2015 +0200 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 \