wok-next annotate gperf/receipt @ rev 19970

mrxvt-unicode: fix WGET_URL
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 18:36:29 2017 +0200 (2017-10-17)
parents c740762c8991
children 90a5eb560fd6
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@874 2
pankso@874 3 PACKAGE="gperf"
slaxemulator@6300 4 VERSION="3.0.4"
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@19572 10 HOST_ARCH="i486 arm"
al@19572 11
pankso@874 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@874 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pankso@874 14
pankso@874 15 # Rules to configure and make the package.
pankso@874 16 compile_rules()
pankso@874 17 {
al@19572 18 ./configure \
al@19572 19 --docdir=/usr/share/doc/gperf-$VERSION \
al@19572 20 $CONFIGURE_ARGS &&
pankso@16083 21 make && make install
pankso@874 22 }
pankso@874 23
pankso@874 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@874 25 genpkg_rules()
pankso@874 26 {
al@19745 27 copy @std
pankso@874 28 }