wok-next view pam_krb5/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 757d032c55c7
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pam_krb5"
4 VERSION="4.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Kerberos v5 PAM module"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.eyrie.org/~eagle/software/pam-krb5/"
11 TARBALL="pam-krb5-$VERSION.tar.xz"
12 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL"
14 BUILD_DEPENDS="pam-dev krb5-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="pam libkrb5 libcomerr libcomerr3"
26 }