# HG changeset patch # User Dominique Corbex # Date 1337770743 -7200 # Node ID 833c3fa25a49108ce1b359b9077c6c1a2be0a4e4 # Parent 43df52b65333b7d0d0dc20357a5c18c61c964fac Up: x264 (20120522) diff -r 43df52b65333 -r 833c3fa25a49 x264/receipt --- a/x264/receipt Wed May 23 12:58:09 2012 +0200 +++ b/x264/receipt Wed May 23 12:59:03 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="x264" -VERSION="20111111-2245" +VERSION="20120522-2245" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" SHORT_DESC="free library for encoding H264/AVC video streams" @@ -15,19 +15,19 @@ # Rules to configure and make the package. compile_rules() { - cd $src + cd $src ./configure --enable-shared && make && make DESTDIR=$PWD/_pkg \ bindir=/usr/bin \ libdir=/usr/lib \ - includedir=/usr/include install + includedir=/usr/include install } - + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ + cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ }