wok diff ffmpeg-dev/receipt @ rev 13468

Add sunxi-tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 17:08:00 2012 +0200 (2012-10-08)
parents 248d5d7cf164
children 10b80db82747
line diff
     1.1 --- a/ffmpeg-dev/receipt	Wed May 23 13:00:38 2012 +0200
     1.2 +++ b/ffmpeg-dev/receipt	Mon Oct 08 17:08:00 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ffmpeg-dev"
     1.7 -VERSION="0.10.3"
     1.8 +VERSION="0.11.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Record, convert and stream audio and video, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,9 +12,10 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	mkdir -p $fs/usr/lib $fs/usr/share/ffmpeg
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	#cp -a $install/usr/lib/*.a $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg
    1.25  }
    1.26