wok-next view trickle/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 10df65db91ad
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="trickle"
4 HASH="66551ad94ad3d8af83e1e4422804676ac8762f47" # 13/1/2015
5 VERSION="${HASH:0:7}"
6 CATEGORY="network"
7 SHORT_DESC="A portable lightweight userspace bandwidth shaper"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://github.com/mariusae/trickle"
12 TARBALL="$PACKAGE-$VERSION.zip"
13 WGET_URL="https://github.com/mariusae/trickle/archive/$HASH.zip"
15 BUILD_DEPENDS="libevent-dev wget automake autoconf libtool"
17 compile_rules() {
18 touch libtrickle.so
19 autoreconf -if
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$install install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libevent"
30 }