wok-current diff ncurses-examples/receipt @ rev 24009
linux-zram: typo (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 29 17:07:10 2021 +0000 (2021-01-29) |
parents | c36d2f6f3037 |
children | d7522d21c4d3 |
line diff
1.1 --- a/ncurses-examples/receipt Sat May 04 18:49:00 2019 +0200 1.2 +++ b/ncurses-examples/receipt Fri Jan 29 17:07:10 2021 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="https://invisible-island.net/ncurses/ncurses-examples.html" 1.5 WGET_URL="https://invisible-mirror.net/archives/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="ncurses" 1.8 +DEPENDS="ncurses perl" 1.9 BUILD_DEPENDS="ncurses-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -24,6 +24,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr 1.17 - cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr $fs 1.19 + mkdir -p $install/usr/share/man $install/usr/share/doc 1.20 + cp $src/*.6 $install/usr/share/man 1.21 + cp $src/README $install/usr/share/doc 1.22 }