wok view pam_krb5/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
parents 51a1ebbda768
children ba9d73bc3add
line source
1 # SliTaz package receipt.
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 SOURCE="pam-krb5"
10 TARBALL="$SOURCE-$VERSION.tar.xz"
11 WEB_SITE="https://www.eyrie.org/~eagle/software/pam-krb5/"
12 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL"
14 BUILD_DEPENDS="pam-dev krb5-dev"
15 DEPENDS="pam libkrb5 libcomerr libcomerr3"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr --infodir=/usr/share/info \
22 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/lib $fs
31 }