wok-6.x rev 17067
mplayer-opt:replace /$WANTED/$SOURCE/
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Aug 22 14:44:50 2014 +0200 (2014-08-22) |
parents | 0dcc74d5b8f2 |
children | 61f41b68cfb7 |
files | mplayer-opt/receipt |
line diff
1.1 --- a/mplayer-opt/receipt Fri Aug 22 13:41:54 2014 +0200 1.2 +++ b/mplayer-opt/receipt Fri Aug 22 14:44:50 2014 +0200 1.3 @@ -6,7 +6,7 @@ 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 -WANTED="mplayer" 1.8 +SOURCE="mplayer" 1.9 WEB_SITE="http://www.mplayerhq.hu/design7/news.html" 1.10 HOST_ARCH="i486 arm" 1.11 1.12 @@ -37,7 +37,7 @@ 1.13 compile_rules() 1.14 { 1.15 rm -rf $WOK/$PACKAGE/source/ && mkdir -p $WOK/$PACKAGE/source/ 1.16 - ln -s $WOK/$WANTED/source/$WANTED-$VERSION \ 1.17 + ln -s $WOK/$SOURCE/source/$SOURCE-$VERSION \ 1.18 $WOK/$PACKAGE/source/$PACKAGE-$VERSION && 1.19 cd $src && 1.20 ./configure \