# HG changeset patch # User Eric Joseph-Alexandre # Date 1349943594 -7200 # Node ID 839bfb8d917f69dc02bf8812c874e7f019fa7c96 # Parent e9646ed1b515f4249979030e5f8ed1254feda6f4 lynx: improve receipt diff -r e9646ed1b515 -r 839bfb8d917f lynx/receipt --- a/lynx/receipt Mon Sep 24 11:37:28 2012 +0200 +++ b/lynx/receipt Thu Oct 11 10:19:54 2012 +0200 @@ -11,7 +11,7 @@ DEPENDS="ncurses zlib" # Will require build dep libtirpc after glibc is upgraded to 2.14. -BUILD_DEPENDS="openssl-dev" +BUILD_DEPENDS="openssl-dev ncurses-dev zlib-dev" # Rules to configure and make the package. compile_rules() @@ -33,5 +33,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + mkdir -p $fs/usr + + cp -a $install/usr/bin $fs/usr + cp -a $install/etc $fs/ }