wok annotate ffmpeg-dev/receipt @ rev 2675

Up: ffmpeg and add compile options for small size
author Rohit Joshi <jozee@slitaz.org>
date Tue Apr 21 12:40:38 2009 +0000 (2009-04-21)
parents a1d91559b62c
children c5f7c8ee2f96
rev   line source
pascal@1708 1 # SliTaz package receipt.
pascal@1708 2
pascal@1708 3 PACKAGE="ffmpeg-dev"
jozee@2675 4 VERSION="18330"
pascal@1708 5 CATEGORY="development"
pascal@1708 6 SHORT_DESC="Record, convert and stream audio and video, development files."
pascal@1708 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1708 8 WEB_SITE="http://ffmpg.org/"
pascal@1708 9 WANTED="ffmpeg"
pascal@1708 10
pascal@1708 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1708 12 genpkg_rules()
pascal@1708 13 {
pascal@1708 14 mkdir -p $fs/usr/lib
pascal@1708 15 cp -a $_pkg/usr/include $fs/usr
pascal@1708 16 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
pascal@1708 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pascal@1708 18 }
pascal@1708 19