wok-6.x view ffmpeg-dev/receipt @ rev 14112
smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author | ernia <monghitri@aruba.it> |
---|---|
date | Sun Feb 24 21:28:58 2013 +0000 (2013-02-24) |
parents | 0bfc759d1bad |
children | 7bb096863642 |
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 WEB_SITE="http://ffmpeg.org/"
9 DEPENDS="ffmpeg"
10 WANTED="ffmpeg"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share/ffmpeg
16 cp -a $install/usr/include $fs/usr
17 #cp -a $install/usr/lib/*.a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg
20 }