wok diff mtr/receipt @ rev 19443
mc: change icons
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Oct 14 15:16:13 2016 +0300 (2016-10-14) |
parents | 951fae759049 |
children | dfd47bf5561b |
line diff
1.1 --- a/mtr/receipt Sun Feb 28 15:05:55 2016 +0000 1.2 +++ b/mtr/receipt Fri Oct 14 15:16:13 2016 +0300 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 \