wok-next annotate pam_ssh/receipt @ rev 21699

updated gpgme (1.12.0 -> 1.13.1)
author Hans-G?nter Theisgen
date Tue Jun 30 17:33:51 2020 +0100 (2020-06-30)
parents eea9609125ad
children
rev   line source
al@20720 1 # SliTaz package receipt v2.
pascal@4562 2
pascal@4562 3 PACKAGE="pam_ssh"
pascal@18053 4 VERSION="2.1"
pascal@4562 5 CATEGORY="system-tools"
al@20720 6 SHORT_DESC="PAM Module that provides single sign-on behavior with ssh-agent"
pascal@4562 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
al@20720 9 WEB_SITE="http://pam-ssh.sourceforge.net/"
al@20884 10 REPOLOGY="pam-ssh"
al@20720 11
pascal@18053 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@4562 13 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL"
pascal@15375 14
al@20720 15 BUILD_DEPENDS="openssh-pam openssl10-dev pam-dev"
pascal@4562 16
al@20720 17 compile_rules() {
al@20720 18 export CPPFLAGS="$CPPFLAGS -I /usr/include/openssl-1.0"
al@20720 19
al@20720 20 ./configure \
al@20720 21 --with-pam-dir=/lib/security \
al@20720 22 --with-ssl-dir=/usr/lib/openssl-1.0 \
al@20720 23 $CONFIGURE_ARGS &&
al@20720 24 fix libtool &&
pascal@4562 25 make &&
al@20720 26 make install
pascal@4562 27 }
pascal@4562 28
al@20720 29 genpkg_rules() {
al@20720 30 copy @std
al@20720 31 DEPENDS="openssl10 pam openssh-pam"
al@20720 32 TAGS="ssh"
pascal@4562 33 }