wok rev 19365
bwm-ng: add bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 03 14:21:25 2016 +0200 (2016-08-03) |
parents | c45818baba4b |
children | 57fe56973200 |
files | bwm-ng/receipt |
line diff
1.1 --- a/bwm-ng/receipt Wed Aug 03 10:49:18 2016 +0300 1.2 +++ b/bwm-ng/receipt Wed Aug 03 14:21:25 2016 +0200 1.3 @@ -10,9 +10,13 @@ 1.4 WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng" 1.5 WGET_URL="https://www.gropp.org/$PACKAGE/$TARBALL" 1.6 1.7 +DEPENDS="libtinfo" 1.8 +BUILD_DEPENDS="ncurses-dev" 1.9 + 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 + export LDFLAGS="$LDFLAGS -ltinfo" 1.14 ./configure --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 1.16 $CONFIGURE_ARGS &&