wok view gperf/receipt @ rev 20957

created gcc83-lib-base
author Hans-G?nter Theisgen
date Mon Mar 04 13:17:33 2019 +0100 (2019-03-04)
parents d1c17bd2c2bc
children 43ec8702a7d1
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.gnu.org/software/gperf/"
11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS
18 make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/bin $fs/usr
26 }