wok-next annotate gperf/receipt @ rev 21313

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents 90a5eb560fd6
children
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@874 2
pankso@874 3 PACKAGE="gperf"
al@20436 4 VERSION="3.1"
pascal@1423 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Perfect hash function generator"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15589 8 LICENSE="GPL3"
al@19572 9 WEB_SITE="https://www.gnu.org/software/gperf/"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gperf.html"
al@19572 11
pankso@874 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@874 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pankso@874 14
al@20436 15 compile_rules() {
al@21020 16 ./configure $CONFIGURE_ARGS &&
al@21020 17 make &&
al@21020 18 make install
pankso@874 19 }
pankso@874 20
al@20436 21 genpkg_rules() {
al@19745 22 copy @std
al@20436 23 TAGS="LFS"
pankso@874 24 }