wok-current view pam_ssh/receipt @ rev 16625
Up: poppler (0.26.0); Add: copyq, libspectre, qpdfview (currently need debug).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 09 20:45:01 2014 +0300 (2014-05-09) |
parents | 51a1ebbda768 |
children | f44ef80ff9e2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="pam_ssh"
4 VERSION="1.97"
5 CATEGORY="system-tools"
6 SHORT_DESC="PAM Module that provides single sign-on behavior with ssh-agent."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://pam-ssh.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL"
13 DEPENDS="pam libcrypto openssh-pam"
14 BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr \
21 --mandir=/usr/share/man $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/lib $fs
30 }