wok-next annotate netselect/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents d43bf7aae921
children
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@21020 15 make &&
al@21020 16 make install || return 1
al@21020 17
al@20425 18 # weird but `install -m 4755 ...` in Makefile didn't work
al@20425 19 chmod u+s $install/usr/bin/netselect
al@20425 20 }
al@20425 21
al@20425 22 genpkg_rules() {
al@20425 23 copy netselect
al@20425 24 }