wok annotate pam_krb5/receipt @ rev 23292
updated perl-bit-vector (7.1 -> 7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 29 15:34:04 2020 +0100 (2020-03-29) |
parents | a78610b2eb47 |
children | 241fb98cab1c |
rev | line source |
---|---|
pascal@2452 | 1 # SliTaz package receipt. |
pascal@2452 | 2 |
pascal@2452 | 3 PACKAGE="pam_krb5" |
Hans-G?nter@23272 | 4 VERSION="4.8" |
pascal@2452 | 5 CATEGORY="system-tools" |
pascal@2452 | 6 SHORT_DESC="Kerberos v5 PAM module." |
pascal@2452 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15375 | 8 LICENSE="GPL" |
Hans-G?nter@23272 | 9 WEB_SITE="https://www.eyrie.org/~eagle/software/pam-krb5/" |
Hans-G?nter@23272 | 10 |
pascal@2452 | 11 SOURCE="pam-krb5" |
pascal@13001 | 12 TARBALL="$SOURCE-$VERSION.tar.xz" |
pascal@2452 | 13 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" |
pascal@15375 | 14 |
Hans-G?nter@23272 | 15 DEPENDS="libcomerr libcomerr3 libkrb5 pam" |
Hans-G?nter@23272 | 16 BUILD_DEPENDS="krb5-dev pam-dev" |
pascal@2452 | 17 |
pascal@2452 | 18 # Rules to configure and make the package. |
pascal@2452 | 19 compile_rules() |
pascal@2452 | 20 { |
Hans-G?nter@23272 | 21 ./configure \ |
Hans-G?nter@23272 | 22 --prefix=/usr \ |
Hans-G?nter@23272 | 23 --infodir=/usr/share/info \ |
Hans-G?nter@23272 | 24 --sysconfdir=/etc \ |
Hans-G?nter@23272 | 25 --mandir=/usr/share/man \ |
Hans-G?nter@23272 | 26 $CONFIGURE_ARGS && |
pascal@2452 | 27 make && |
pascal@13001 | 28 make DESTDIR=$DESTDIR install |
pascal@2452 | 29 } |
pascal@2452 | 30 |
pascal@2452 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2452 | 32 genpkg_rules() |
pascal@2452 | 33 { |
Hans-G?nter@23272 | 34 cp -a $install/lib $fs |
pascal@2452 | 35 } |