wok-next annotate netselect/receipt @ rev 20683

Up pciids (20180517), usbids (20180504)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 18 15:15:42 2018 +0300 (2018-05-18)
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 }