wok view pam_krb5/receipt @ rev 15481

Add memtester
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 15:03:57 2013 +0000 (2013-11-10)
parents 541f89bff175
children a78610b2eb47
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="http://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 }