wok view ffmpeg-dev/receipt @ rev 2841
Up: locale-hu (2.0 ) with installer msg and doc (Thanks Mih?ly)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 30 23:00:11 2009 +0200 (2009-04-30) |
parents | c5f7c8ee2f96 |
children | 96ff12f60c06 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ffmpeg-dev"
4 VERSION="18664"
5 CATEGORY="development"
6 SHORT_DESC="Record, convert and stream audio and video, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://ffmpg.org/"
9 WANTED="ffmpeg"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 # avutil.h file in svn version 18330 is incomplete: Kino hack
20 cp -a stuff/avutil* $fs/usr/include/libavutil/
21 }