wok-next view netselect/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d43bf7aae921
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="netselect"
4 VERSION="0.4"
5 CATEGORY="network"
6 SHORT_DESC="Choose the fastest server automatically"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/apenwarr/netselect"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/apenwarr/netselect/archive/$TARBALL"
14 compile_rules() {
15 make &&
16 make install || return 1
18 # weird but `install -m 4755 ...` in Makefile didn't work
19 chmod u+s $install/usr/bin/netselect
20 }
22 genpkg_rules() {
23 copy netselect
24 }