wok-6.x diff mplayer-codecs/receipt @ rev 11362
compat: grub4dos-linux, allow the use of various host triplet
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Dec 08 11:39:38 2011 +0100 (2011-12-08) |
parents | 8dde42dc598e |
children | c9a0e2565b4f |
line diff
1.1 --- a/mplayer-codecs/receipt Sun Sep 12 11:36:00 2010 +0000 1.2 +++ b/mplayer-codecs/receipt Thu Dec 08 11:39:38 2011 +0100 1.3 @@ -7,24 +7,15 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 DEPENDS="mplayer" 1.6 WEB_SITE="http://www.mplayerhq.hu/design7/news.html" 1.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules() 1.12 { 1.13 mkdir -p $fs/usr/lib/mplayer/codecs 1.14 - if [ ! -f $SOURCES_REPOSITORY/all-20071007.tar.bz2 ]; then 1.15 - wget -P $SOURCES_REPOSITORY \ 1.16 - http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2 1.17 - fi 1.18 - tar xjf $SOURCES_REPOSITORY/all-20071007.tar.bz2 \ 1.19 - -C $WOK/$PACKAGE 1.20 - cp -a all-20071007/* $fs/usr/lib/mplayer/codecs 1.21 + cp -a $src/* $fs/usr/lib/mplayer/codecs 1.22 # remove codec depending on libstdc++.so.5 1.23 rm -f $fs/usr/lib/mplayer/codecs/drvc.so 1.24 rm -f $fs/usr/lib/mplayer/codecs/cook.so 1.25 -} 1.26 - 1.27 -clean_wok() 1.28 -{ 1.29 - rm -rf all-20071007 1.30 -} 1.31 +} 1.32 \ No newline at end of file