wok view ffmpeg-dev/receipt @ rev 23039

updated libgooglepinyin and libgooglepinyin-dev (0.1.1 -> 0.1.2)
author Hans-G?nter Theisgen
date Wed Mar 04 09:31:52 2020 +0100 (2020-03-04)
parents 89ccfcf84ad1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ffmpeg-dev"
4 VERSION="4.2.2"
5 CATEGORY="development"
6 SHORT_DESC="Record, convert and stream audio and video - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://ffmpeg.org/"
11 DEPENDS="ffmpeg libgnutls pkg-config"
12 WANTED="ffmpeg"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 mkdir -p $fs/usr/share/ffmpeg
22 cp -a $install/usr/include $fs/usr
23 #cp -a $install/usr/lib/*.a $fs/usr/lib
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
25 cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg
26 }