wok-6.x annotate ffplay/receipt @ rev 19212
airgeddon: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 14 10:00:11 2016 +0200 (2016-06-14) |
parents | 269b419967bd |
children | b05fba2ec312 |
rev | line source |
---|---|
pankso@4460 | 1 # SliTaz package receipt. |
pankso@4460 | 2 |
pankso@4460 | 3 PACKAGE="ffplay" |
pascal@19142 | 4 VERSION="2.8.7" |
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" |
pascal@15215 | 8 LICENSE="GPL2 LGPL2.1" |
pankso@4460 | 9 WEB_SITE="http://ffmpeg.org/" |
pankso@4460 | 10 WANTED="ffmpeg" |
pankso@13016 | 11 TAGS="audio video player" |
pankso@16084 | 12 #HOST_ARCH="i486 arm" |
pankso@13016 | 13 |
pankso@4460 | 14 DEPENDS="ffmpeg libsdl" |
pankso@4460 | 15 |
pankso@4460 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4460 | 17 genpkg_rules() |
pankso@4460 | 18 { |
pankso@4460 | 19 mkdir -p $fs/usr/bin |
pankso@13016 | 20 cp -a $install/usr/bin/ffplay $fs/usr/bin |
pankso@4460 | 21 } |