wok annotate ffmpeg-dev/receipt @ rev 21669
updated pcsc-lite and pcsc-lite-dev (1.8.6 -> 1.8.25)
author | Hans-Günter Theisgen |
---|---|
date | Sat Jun 01 14:56:31 2019 +0100 (2019-06-01) |
parents | fc9203de5ff2 |
children | 89ccfcf84ad1 |
rev | line source |
---|---|
pascal@1708 | 1 # SliTaz package receipt. |
pascal@1708 | 2 |
pascal@1708 | 3 PACKAGE="ffmpeg-dev" |
Hans-Günter@21570 | 4 VERSION="4.1.3" |
pascal@1708 | 5 CATEGORY="development" |
Hans-Günter@21570 | 6 SHORT_DESC="Record, convert and stream audio and video - development files." |
pascal@1708 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15215 | 8 LICENSE="GPL2 LGPL2.1" |
Hans-Günter@21570 | 9 WEB_SITE="https://ffmpeg.org/" |
pascal@1708 | 10 |
pascal@19774 | 11 DEPENDS="ffmpeg pkg-config" |
Hans-Günter@21570 | 12 WANTED="ffmpeg" |
Hans-Günter@21570 | 13 |
Hans-Günter@21570 | 14 HOST_ARCH="i486 arm" |
pascal@19774 | 15 |
pascal@1708 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1708 | 17 genpkg_rules() |
pascal@1708 | 18 { |
Hans-Günter@21570 | 19 mkdir -p $fs/usr/lib |
Hans-Günter@21570 | 20 mkdir -p $fs/usr/share/ffmpeg |
Hans-Günter@21570 | 21 |
Hans-Günter@21570 | 22 cp -a $install/usr/include $fs/usr |
Hans-Günter@21570 | 23 #cp -a $install/usr/lib/*.a $fs/usr/lib |
Hans-Günter@21570 | 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@13016 | 25 cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg |
pascal@1708 | 26 } |