wok-next view gperf/receipt @ rev 19739
Up afpfs-ng and aiksaurus to v2
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jun 05 04:30:15 2017 +0000 (2017-06-05) |
parents | 6d8a4be89f3d |
children | 9a17d981d0f7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gperf"
4 VERSION="3.0.4"
5 CATEGORY="development"
6 SHORT_DESC="GNU gperf is a perfect hash function generator."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/gperf/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --docdir=/usr/share/doc/gperf-$VERSION \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cook_copy_folders bin
28 }