wok-next rev 19720

Up trickle (13/1/2015)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 24 17:21:02 2017 +0200 (2017-05-24)
parents d7cac426f075
children 9d88fcaa58be
files trickle/receipt
line diff
     1.1 --- a/trickle/receipt	Wed May 24 11:59:19 2017 +0200
     1.2 +++ b/trickle/receipt	Wed May 24 17:21:02 2017 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="trickle"
     1.7 -HASH=17ed72d9f10b1be38cea333e7ed7875a3cc9fb7b
     1.8 +HASH=66551ad94ad3d8af83e1e4422804676ac8762f47	# 13/1/2015
     1.9  VERSION="${HASH:0:7}"
    1.10  CATEGORY="network"
    1.11  SHORT_DESC="A portable lightweight userspace bandwidth shaper"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  TARBALL="$PACKAGE-$VERSION.zip"
    1.15 -WEB_SITE="http://monkey.org/~marius/pages/?page=trickle"
    1.16 +WEB_SITE="https://github.com/mariusae/trickle"
    1.17  WGET_URL="https://github.com/mariusae/trickle/archive/$HASH.zip"
    1.18  
    1.19  DEPENDS="libevent"
    1.20 @@ -18,9 +18,7 @@
    1.21  compile_rules()
    1.22  {
    1.23  	touch libtrickle.so
    1.24 -	aclocal
    1.25 -	autoconf
    1.26 -	automake --add-missing
    1.27 +	autoreconf -if
    1.28  	./configure --prefix=/usr \
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31 @@ -30,6 +28,7 @@
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr
    1.36 +	mkdir -p $fs/usr/lib
    1.37  	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/usr/lib/trickle $fs/usr/lib
    1.39  }