wok-current diff e4rat/receipt @ rev 19138
Add x265
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 16:28:27 2016 +0200 (2016-05-18) |
parents | 7d6089953592 |
children | 8dcf607135e8 |
line diff
1.1 --- a/e4rat/receipt Sat Aug 10 11:33:11 2013 +0000 1.2 +++ b/e4rat/receipt Wed May 18 16:28:27 2016 +0200 1.3 @@ -17,16 +17,15 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 patch -p0 < $stuff/e4rat-boost.u 1.9 cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr . && 1.10 make && make install 1.11 } 1.12 1.13 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.14 -genpkg_rules() 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 { 1.18 - mkdir -p $fs 1.19 + mkdir -p $fs/usr 1.20 cp -a $install/etc $fs 1.21 cp -a $install/var $fs 1.22 cp -a $install/usr/sbin $fs/usr