wok-next view gperf/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 9a17d981d0f7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gperf"
4 VERSION="3.1"
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 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gperf.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules() {
16 ./configure $CONFIGURE_ARGS && make && make install
17 }
19 genpkg_rules() {
20 copy @std
21 TAGS="LFS"
22 }