wok view pam_krb5/receipt @ rev 2838

slim: Avoid dep on slitaz-configs/GTK and add slim-theme-default
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 30 20:44:27 2009 +0200 (2009-04-30)
parents
children f3327707164a
line source
1 # SliTaz package receipt.
3 PACKAGE="pam_krb5"
4 VERSION="3.13"
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"
13 DEPENDS="pam libkrb5 libcomerr"
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 }