wok rev 17413

trickle: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 29 13:37:18 2014 +0100 (2014-11-29)
parents 4c8097897bd1
children f12aae0b9697
files trickle/receipt
line diff
     1.1 --- a/trickle/receipt	Sat Nov 29 12:17:14 2014 +0100
     1.2 +++ b/trickle/receipt	Sat Nov 29 13:37:18 2014 +0100
     1.3 @@ -12,12 +12,15 @@
     1.4  WGET_URL="https://github.com/mariusae/trickle/archive/$HASH.zip"
     1.5  
     1.6  DEPEND="libevent"
     1.7 -BUILD_DEPENDS="libevent-dev wget"
     1.8 +BUILD_DEPENDS="libevent-dev wget automake autoconf libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	touch libtrickle.so
    1.14 +	aclocal
    1.15 +	autoconf
    1.16 +	automake --add-missing
    1.17  	./configure --prefix=/usr \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make &&