wok-next annotate pam_krb5/receipt @ rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
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 }