wok-next annotate pam_krb5/receipt @ rev 21687
updated glpi (0.80.7 -> 9.4.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:11:21 2020 +0100 (2020-06-29) |
parents | a3c581bf52b8 |
children |
rev | line source |
---|---|
al@20534 | 1 # SliTaz package receipt v2. |
pascal@2452 | 2 |
pascal@2452 | 3 PACKAGE="pam_krb5" |
pascal@13001 | 4 VERSION="4.6" |
pascal@2452 | 5 CATEGORY="system-tools" |
al@20534 | 6 SHORT_DESC="Kerberos v5 PAM module" |
pascal@2452 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15375 | 8 LICENSE="GPL" |
al@20906 | 9 WEB_SITE="https://www.eyrie.org/~eagle/software/pam-krb5/" |
al@20884 | 10 REPOLOGY="pam-krb5" |
al@20534 | 11 |
al@20534 | 12 TARBALL="pam-krb5-$VERSION.tar.xz" |
pascal@2452 | 13 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" |
pascal@15375 | 14 |
slaxemulator@7289 | 15 BUILD_DEPENDS="pam-dev krb5-dev" |
pascal@2452 | 16 |
al@20534 | 17 compile_rules() { |
al@20534 | 18 ./configure $CONFIGURE_ARGS && |
al@20604 | 19 fix libtool && |
pascal@2452 | 20 make && |
al@21020 | 21 make DESTDIR=$install install |
pascal@2452 | 22 } |
pascal@2452 | 23 |
al@20534 | 24 genpkg_rules() { |
al@20534 | 25 copy @std |
al@20534 | 26 DEPENDS="pam libkrb5 libcomerr libcomerr3" |
pascal@2452 | 27 } |