wok-next diff less/receipt @ rev 20212
Up consonance (0.5.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 04 18:41:56 2017 +0100 (2017-11-04) |
parents | 9ed08571171f |
children | 90a5eb560fd6 |
line diff
1.1 --- a/less/receipt Mon Dec 26 11:32:28 2016 +0200 1.2 +++ b/less/receipt Sat Nov 04 18:41:56 2017 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="less" 1.8 VERSION="481" 1.9 @@ -11,7 +11,6 @@ 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="$WEB_SITE/$TARBALL" 1.12 1.13 -DEPENDS="ncurses pcre" 1.14 BUILD_DEPENDS="ncurses-dev pcre-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 @@ -27,10 +26,6 @@ 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 - cook_copy_folders bin 1.22 + copy @std 1.23 + DEPENDS="ncurses pcre" 1.24 } 1.25 - 1.26 -post_remove() 1.27 -{ 1.28 - ln -s /bin/busybox "$1/usr/bin/less" 1.29 -}