wok-next diff fbff/receipt @ rev 14590
drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 27 00:27:59 2013 +0000 (2013-05-27) |
parents | 4aed2b24febc |
children | d488dfb85c26 |
line diff
1.1 --- a/fbff/receipt Thu Nov 08 09:35:38 2012 +0100 1.2 +++ b/fbff/receipt Mon May 27 00:27:59 2013 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="FFmpeg client in frame buffer." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 WEB_SITE="http://repo.or.cz/w/fbff.git" 1.7 -_TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 TAGS="video" 1.10 1.11 DEPENDS="ffmpeg zlib" 1.12 @@ -15,12 +15,12 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - [ -s $SOURCES_REPOSITORY/$_TARBALL ] || 1.17 - wget -O $SOURCES_REPOSITORY/$_TARBALL \ 1.18 + [ -s $SOURCES_REPOSITORY/$TARBALL ] || 1.19 + wget -O $SOURCES_REPOSITORY/$TARBALL \ 1.20 $WEB_SITE//snapshot/bcf8322de9d8b5d94f82db6fc6c6266fd5616fa7.tar.gz 1.21 mkdir -p $src 1.22 cd $src 1.23 - tar xzf $SOURCES_REPOSITORY/$_TARBALL 1.24 + tar xzf $SOURCES_REPOSITORY/$TARBALL 1.25 mkdir $DESTDIR 1.26 cd fbff 1.27 make && cp fbff $DESTDIR