wok-current view ffmpeg-dev/receipt @ rev 17027
linux64: new module path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 16 14:43:53 2014 +0200 (2014-08-16) |
parents | 61bec0518c8c |
children | 269b419967bd |
line source
1 # SliTaz package receipt.
3 PACKAGE="ffmpeg-dev"
4 VERSION="2.1.4"
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"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/share/ffmpeg
17 cp -a $install/usr/include $fs/usr
18 #cp -a $install/usr/lib/*.a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg
21 }