wok-current annotate ffplay/receipt @ rev 15363
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 03 09:52:57 2013 +0000 (2013-10-03) |
parents | 10b80db82747 |
children | 53082fab5f1e |
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" |
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@13016 | 12 |
pankso@4460 | 13 DEPENDS="ffmpeg libsdl" |
pankso@4460 | 14 |
pankso@4460 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4460 | 16 genpkg_rules() |
pankso@4460 | 17 { |
pankso@4460 | 18 mkdir -p $fs/usr/bin |
pankso@13016 | 19 cp -a $install/usr/bin/ffplay $fs/usr/bin |
pankso@4460 | 20 } |