wok annotate pam_ssh/receipt @ rev 20917

updated fdupes (1.40 -> 1.6.1)
author Hans-G?nter Theisgen
date Thu Feb 28 17:10:02 2019 +0100 (2019-02-28)
parents f44ef80ff9e2
children 080c1dff8494
rev   line source
pascal@4562 1 # SliTaz package receipt.
pascal@4562 2
pascal@4562 3 PACKAGE="pam_ssh"
pascal@18053 4 VERSION="2.1"
pascal@4562 5 CATEGORY="system-tools"
pascal@4562 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"
pascal@18053 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@4562 10 WEB_SITE="http://pam-ssh.sourceforge.net/"
pascal@4562 11 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL"
pascal@17141 12 TAGS="ssh"
pascal@15375 13
slaxemulator@8379 14 DEPENDS="pam libcrypto openssh-pam"
pascal@15616 15 BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake"
pascal@4562 16
pascal@4562 17 # Rules to configure and make the package.
pascal@4562 18 compile_rules()
pascal@4562 19 {
pascal@4562 20 ./configure --prefix=/usr \
pascal@4562 21 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@4562 22 make &&
pascal@10552 23 make DESTDIR=$DESTDIR install
pascal@4562 24 }
pascal@4562 25
pascal@4562 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4562 27 genpkg_rules()
pascal@4562 28 {
pascal@15375 29 cp -a $install/lib $fs
pascal@4562 30 }