wok-6.x annotate ffplay/receipt @ rev 15111
libtdb: no more tdb.mk
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 21:01:32 2013 +0000 (2013-08-14) |
parents | 0bfc759d1bad |
children | 7bb096863642 |
rev | line source |
---|---|
pankso@4460 | 1 # SliTaz package receipt. |
pankso@4460 | 2 |
pankso@4460 | 3 PACKAGE="ffplay" |
pascal@13616 | 4 VERSION="1.0" |
pankso@4460 | 5 CATEGORY="multimedia" |
pankso@4460 | 6 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library." |
pankso@4460 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pankso@4460 | 8 WEB_SITE="http://ffmpeg.org/" |
pankso@4460 | 9 WANTED="ffmpeg" |
pankso@13016 | 10 TAGS="audio video player" |
pankso@13016 | 11 |
pankso@4460 | 12 DEPENDS="ffmpeg libsdl" |
pankso@4460 | 13 |
pankso@4460 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4460 | 15 genpkg_rules() |
pankso@4460 | 16 { |
pankso@4460 | 17 mkdir -p $fs/usr/bin |
pankso@13016 | 18 cp -a $install/usr/bin/ffplay $fs/usr/bin |
pankso@4460 | 19 } |