wok-next view netselect/receipt @ rev 20780
GnuPG update: 2.1.21 (2017 May) -> 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 05:44:49 2018 +0000 (2018-06-09) |
parents | 0e7893ac206d |
children | d5aab818505e |
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 && make install &&
16 # weird but `install -m 4755 ...` in Makefile didn't work
17 chmod u+s $install/usr/bin/netselect
18 }
20 genpkg_rules() {
21 copy netselect
22 }