wok rev 12844

Up: x264 (20120522)
author Dominique Corbex <domcox@slitaz.org>
date Wed May 23 12:59:03 2012 +0200 (2012-05-23)
parents 43df52b65333
children 9c0880ad5a17
files x264/receipt
line diff
     1.1 --- a/x264/receipt	Wed May 23 12:58:09 2012 +0200
     1.2 +++ b/x264/receipt	Wed May 23 12:59:03 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="x264"
     1.7 -VERSION="20111111-2245"
     1.8 +VERSION="20120522-2245"
     1.9  CATEGORY="multimedia"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  SHORT_DESC="free library for encoding H264/AVC video streams"
    1.12 @@ -15,19 +15,19 @@
    1.13  # Rules to configure and make the package.
    1.14  
    1.15  compile_rules() {
    1.16 -    cd $src 
    1.17 +    cd $src
    1.18      ./configure --enable-shared &&
    1.19      make &&
    1.20      make DESTDIR=$PWD/_pkg \
    1.21           bindir=/usr/bin \
    1.22           libdir=/usr/lib \
    1.23 -         includedir=/usr/include install 
    1.24 +         includedir=/usr/include install
    1.25  }
    1.26 -	
    1.27 +
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/lib
    1.32  	cp -a $_pkg/usr/bin $fs/usr
    1.33 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/	
    1.34 +	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.35  }