wok view ffmpeg-dev/receipt @ rev 15760

busybox-boot: do not trust args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 05 16:11:29 2014 +0000 (2014-01-05)
parents 7bb096863642
children 61bec0518c8c
line source
1 # SliTaz package receipt.
3 PACKAGE="ffmpeg-dev"
4 VERSION="1.0"
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="http://ffmpeg.org/"
10 WANTED="ffmpeg"
12 DEPENDS="ffmpeg pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share/ffmpeg
18 cp -a $install/usr/include $fs/usr
19 #cp -a $install/usr/lib/*.a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg
22 }