wok annotate pam_ssh/receipt @ rev 13185

Up: drupal to 7.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 02 23:52:02 2012 +0000 (2012-08-02)
parents 40bf95a01223
children 51a1ebbda768
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@4562 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@4562 9 WEB_SITE="http://pam-ssh.sourceforge.net/"
pascal@4562 10 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL"
slaxemulator@8379 11 DEPENDS="pam libcrypto openssh-pam"
pascal@10558 12 BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam "
pascal@4562 13
pascal@4562 14 # Rules to configure and make the package.
pascal@4562 15 compile_rules()
pascal@4562 16 {
pascal@4562 17 cd $src
pascal@4562 18 ./configure --prefix=/usr \
pascal@4562 19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@4562 20 make &&
pascal@10552 21 make DESTDIR=$DESTDIR install
pascal@4562 22 }
pascal@4562 23
pascal@4562 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4562 25 genpkg_rules()
pascal@4562 26 {
pascal@4562 27 cp -a $_pkg/lib $fs
pascal@4562 28 }