wok view pam_krb5/receipt @ rev 23947

syslinux/taziso/usbbootkey: gpt supprt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 20 15:59:25 2020 +0000 (2020-09-20)
parents a78610b2eb47
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="pam_krb5"
4 VERSION="4.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="Kerberos v5 PAM module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://www.eyrie.org/~eagle/software/pam-krb5/"
11 SOURCE="pam-krb5"
12 TARBALL="$SOURCE-$VERSION.tar.xz"
13 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL"
15 DEPENDS="libcomerr libcomerr3 libkrb5 pam"
16 BUILD_DEPENDS="krb5-dev pam-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --prefix=/usr \
23 --infodir=/usr/share/info \
24 --sysconfdir=/etc \
25 --mandir=/usr/share/man \
26 $CONFIGURE_ARGS &&
27 make &&
28 make DESTDIR=$DESTDIR install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 cp -a $install/lib $fs
35 }