wok-6.x annotate ffplay/receipt @ rev 23585
updated python-xdg (0.19 -> 0.26)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:15:45 2020 +0100 (2020-04-07) |
parents | d8057344b557 |
children |
rev | line source |
---|---|
pankso@4460 | 1 # SliTaz package receipt. |
pankso@4460 | 2 |
pankso@4460 | 3 PACKAGE="ffplay" |
Hans-G?nter@22756 | 4 VERSION="4.2.2" |
pankso@4460 | 5 CATEGORY="multimedia" |
Hans-G?nter@21570 | 6 TAGS="audio video player" |
pankso@4460 | 7 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library." |
pankso@4460 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15215 | 9 LICENSE="GPL2 LGPL2.1" |
Hans-G?nter@21570 | 10 WEB_SITE="https://ffmpeg.org/" |
Hans-G?nter@21570 | 11 |
Hans-G?nter@21570 | 12 DEPENDS="ffmpeg libsdl2" |
pankso@4460 | 13 WANTED="ffmpeg" |
Hans-G?nter@21570 | 14 |
pankso@16084 | 15 #HOST_ARCH="i486 arm" |
pankso@13016 | 16 |
pankso@4460 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4460 | 18 genpkg_rules() |
pankso@4460 | 19 { |
pankso@4460 | 20 mkdir -p $fs/usr/bin |
pankso@13016 | 21 cp -a $install/usr/bin/ffplay $fs/usr/bin |
pankso@4460 | 22 } |