wok-next annotate trickle/receipt @ rev 21540
updated cantarell-fonts (0.111 -> 0.201)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 16:26:44 2020 +0100 (2020-06-21) |
parents | 10df65db91ad |
children |
rev | line source |
---|---|
al@20604 | 1 # SliTaz package receipt v2. |
pascal@17410 | 2 |
pascal@17410 | 3 PACKAGE="trickle" |
al@20604 | 4 HASH="66551ad94ad3d8af83e1e4422804676ac8762f47" # 13/1/2015 |
pascal@17410 | 5 VERSION="${HASH:0:7}" |
pascal@17410 | 6 CATEGORY="network" |
pascal@17410 | 7 SHORT_DESC="A portable lightweight userspace bandwidth shaper" |
pascal@17410 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17410 | 9 LICENSE="BSD" |
al@20604 | 10 WEB_SITE="https://github.com/mariusae/trickle" |
al@20604 | 11 |
pascal@17410 | 12 TARBALL="$PACKAGE-$VERSION.zip" |
pascal@17410 | 13 WGET_URL="https://github.com/mariusae/trickle/archive/$HASH.zip" |
pascal@17410 | 14 |
pascal@17413 | 15 BUILD_DEPENDS="libevent-dev wget automake autoconf libtool" |
pascal@17410 | 16 |
al@20604 | 17 compile_rules() { |
pascal@17410 | 18 touch libtrickle.so |
pascal@19720 | 19 autoreconf -if |
al@20604 | 20 |
al@20604 | 21 ./configure $CONFIGURE_ARGS && |
al@20604 | 22 fix libtool && |
pascal@17410 | 23 make && |
al@21020 | 24 make DESTDIR=$install install |
pascal@17410 | 25 } |
pascal@17410 | 26 |
al@20604 | 27 genpkg_rules() { |
al@20604 | 28 copy @std |
al@20604 | 29 DEPENDS="libevent" |
pascal@17410 | 30 } |