wok view pam_krb5/receipt @ rev 7867

vde2-dev: Fix CATEGORY
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 03 00:43:32 2011 +0100 (2011-01-03)
parents f3327707164a
children 541f89bff175
line source
1 # SliTaz package receipt.
3 PACKAGE="pam_krb5"
4 VERSION="4.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Kerberos v5 PAM module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="pam-krb5"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.eyrie.org/~eagle/software/pam-krb5/"
11 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL"
12 BUILD_DEPENDS="pam-dev krb5-dev"
13 DEPENDS="pam libkrb5 libcomerr libcomerr3"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $_pkg/lib $fs
29 }