wok view pam_krb5/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
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 }