wok diff x264/receipt @ rev 13208
postgis: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 15:22:20 2012 +0200 (2012-08-06) |
parents | 3d4ac7c5a10c |
children | 380ffe05937a |
line diff
1.1 --- a/x264/receipt Sat Nov 12 22:23:09 2011 +0000 1.2 +++ b/x264/receipt Mon Aug 06 15:22:20 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 }