wok-6.x diff libzip/receipt @ rev 20794
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 15 11:29:31 2019 +0100 (2019-02-15) |
parents | 35a23f513b71 |
children | 84659393c7e8 |
line diff
1.1 --- a/libzip/receipt Mon Jan 29 16:42:42 2018 +0100 1.2 +++ b/libzip/receipt Fri Feb 15 11:29:31 2019 +0100 1.3 @@ -11,15 +11,14 @@ 1.4 WGET_URL="${WEB_SITE}$TARBALL" 1.5 HOST_ARCH="i486 arm" 1.6 1.7 -BUILD_DEPENDS="zlib-dev" 1.8 +BUILD_DEPENDS="zlib-dev cmake" 1.9 DEPENDS="zlib" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - ./configure \ 1.15 - --prefix=/usr \ 1.16 - $CONFIGURE_ARGS && 1.17 + mkdir build && cd build && 1.18 + cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 1.19 make && make -j 1 install 1.20 } 1.21