wok annotate pam_ssh/receipt @ rev 10424

xalan-c: Replaced $BUILD_HOST with $HOST_SYSTEM.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:48:58 2011 +0000 (2011-05-24)
parents d425e13b28cc
children 35775080bc78
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"
slaxemulator@8380 12 BUILD_DEPENDS="pam-dev file"
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@4562 21 make DESTDIR=$PWD/_pkg 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 }