wok-next annotate gperf/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 9a17d981d0f7
children d5aab818505e
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@19745 6 SHORT_DESC="GNU gperf is a perfect hash function generator"
pankso@874 7 MAINTAINER="pankso@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@20436 16 ./configure $CONFIGURE_ARGS && make && make install
pankso@874 17 }
pankso@874 18
al@20436 19 genpkg_rules() {
al@19745 20 copy @std
al@20436 21 TAGS="LFS"
pankso@874 22 }