wok-current diff mtr/receipt @ rev 19266
anacron: typo in man path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 04 10:21:45 2016 +0200 (2016-07-04) |
parents | 951fae759049 |
children | dfd47bf5561b |
line diff
1.1 --- a/mtr/receipt Sun Feb 28 15:05:55 2016 +0000 1.2 +++ b/mtr/receipt Mon Jul 04 10:21:45 2016 +0200 1.3 @@ -11,11 +11,12 @@ 1.4 WGET_URL="ftp://ftp.bitwizard.nl/mtr/$TARBALL" 1.5 1.6 DEPENDS="ncurses" 1.7 -BUILD_DEPENDS="ncurses-dev" 1.8 +BUILD_DEPENDS="ncurses-dev autoconf automake" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 + ./bootstrap.sh 1.14 export LDFLAGS="$LDFLAGS -ltinfo" 1.15 ./configure \ 1.16 --prefix=/usr \