wok-4.x rev 12340
lynx: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Oct 11 10:19:54 2012 +0200 (2012-10-11) |
parents | e9646ed1b515 |
children | d62d3167eb00 |
files | lynx/receipt |
line diff
1.1 --- a/lynx/receipt Mon Sep 24 11:37:28 2012 +0200 1.2 +++ b/lynx/receipt Thu Oct 11 10:19:54 2012 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 1.5 DEPENDS="ncurses zlib" 1.6 # Will require build dep libtirpc after glibc is upgraded to 2.14. 1.7 -BUILD_DEPENDS="openssl-dev" 1.8 +BUILD_DEPENDS="openssl-dev ncurses-dev zlib-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -33,5 +33,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/* $fs 1.17 + mkdir -p $fs/usr 1.18 + 1.19 + cp -a $install/usr/bin $fs/usr 1.20 + cp -a $install/etc $fs/ 1.21 }