wok-next annotate pam_krb5/receipt @ rev 12042
postfixadmin: Fis depends:wq!
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Mar 07 17:41:19 2012 +0100 (2012-03-07) |
parents | f3327707164a |
children | 541f89bff175 |
rev | line source |
---|---|
pascal@2452 | 1 # SliTaz package receipt. |
pascal@2452 | 2 |
pascal@2452 | 3 PACKAGE="pam_krb5" |
slaxemulator@7289 | 4 VERSION="4.3" |
pascal@2452 | 5 CATEGORY="system-tools" |
pascal@2452 | 6 SHORT_DESC="Kerberos v5 PAM module." |
pascal@2452 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@2452 | 8 SOURCE="pam-krb5" |
pascal@2452 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@2452 | 10 WEB_SITE="http://www.eyrie.org/~eagle/software/pam-krb5/" |
pascal@2452 | 11 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" |
slaxemulator@7289 | 12 BUILD_DEPENDS="pam-dev krb5-dev" |
pascal@5005 | 13 DEPENDS="pam libkrb5 libcomerr libcomerr3" |
pascal@2452 | 14 |
pascal@2452 | 15 # Rules to configure and make the package. |
pascal@2452 | 16 compile_rules() |
pascal@2452 | 17 { |
pascal@2452 | 18 cd $src |
pascal@2452 | 19 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@2452 | 20 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && |
pascal@2452 | 21 make && |
pascal@2452 | 22 make DESTDIR=$PWD/_pkg install |
pascal@2452 | 23 } |
pascal@2452 | 24 |
pascal@2452 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2452 | 26 genpkg_rules() |
pascal@2452 | 27 { |
pascal@2452 | 28 cp -a $_pkg/lib $fs |
pascal@2452 | 29 } |