wok annotate pam_ssh/receipt @ rev 16344

Add: cellwriter (a grid-entry natural handwriting input panel with virtual keyboard)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 18:58:11 2014 +0200 (2014-04-12)
parents 51a1ebbda768
children f44ef80ff9e2
rev   line source
pascal@4562 1 # SliTaz package receipt.
pascal@4562 2
pascal@4562 3 PACKAGE="pam_ssh"
pascal@4562 4 VERSION="1.97"
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@4562 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@4562 10 WEB_SITE="http://pam-ssh.sourceforge.net/"
pascal@4562 11 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL"
pascal@15375 12
slaxemulator@8379 13 DEPENDS="pam libcrypto openssh-pam"
pascal@15616 14 BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake"
pascal@4562 15
pascal@4562 16 # Rules to configure and make the package.
pascal@4562 17 compile_rules()
pascal@4562 18 {
pascal@4562 19 cd $src
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 }