wok-next diff mplayer-svn/receipt @ rev 7003
Up: slitaz-tools (3.9.1)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Oct 31 17:00:49 2010 +0100 (2010-10-31) |
parents | 8806a69fb967 |
children | 1d279fc90686 |
line diff
1.1 --- a/mplayer-svn/receipt Sat Jul 10 13:41:34 2010 +0200 1.2 +++ b/mplayer-svn/receipt Sun Oct 31 17:00:49 2010 +0100 1.3 @@ -38,6 +38,8 @@ 1.4 tar czf $TARBALL $PACKAGE-$VERSION 1.5 fi 1.6 cd $src 1.7 + KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.8 + sed -i "s/uname -r/echo $KERNEL_VERSION-slitaz/" configure 1.9 # disable unwanted features, remote control, streaming, networking, unwanted codecs, 1.10 # disable video outputs, audio outputs, some advanced options 1.11 ./configure \