wok view pam_ssh/receipt @ rev 17317
Add tix
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Tue Nov 04 08:58:28 2014 +0100 (2014-11-04) | 
| parents | fd22b033a84a | 
| children | bad7d4d8ff9a | 
 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"
    12 TAGS="ssh"
    14 DEPENDS="pam libcrypto openssh-pam"
    15 BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake"
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	cd $src
    21 	./configure --prefix=/usr \
    22 	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    23 	make &&
    24 	make DESTDIR=$DESTDIR install
    25 }
    27 # Rules to gen a SliTaz package suitable for Tazpkg.
    28 genpkg_rules()
    29 {
    30 	cp -a $install/lib $fs
    31 }