wok-next annotate 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 |
rev | line source |
---|---|
al@20425 | 1 # SliTaz package receipt v2. |
al@20425 | 2 |
al@20425 | 3 PACKAGE="netselect" |
al@20425 | 4 VERSION="0.4" |
al@20425 | 5 CATEGORY="network" |
al@20425 | 6 SHORT_DESC="Choose the fastest server automatically" |
al@20425 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@20425 | 8 LICENSE="BSD" |
al@20425 | 9 WEB_SITE="https://github.com/apenwarr/netselect" |
al@20425 | 10 |
al@20425 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20425 | 12 WGET_URL="https://github.com/apenwarr/netselect/archive/$TARBALL" |
al@20425 | 13 |
al@20425 | 14 compile_rules() { |
al@20425 | 15 make && make install && |
al@20425 | 16 # weird but `install -m 4755 ...` in Makefile didn't work |
al@20425 | 17 chmod u+s $install/usr/bin/netselect |
al@20425 | 18 } |
al@20425 | 19 |
al@20425 | 20 genpkg_rules() { |
al@20425 | 21 copy netselect |
al@20425 | 22 } |