wok-next annotate pam_ssh/receipt @ rev 18041
ppp/ppp.cgi: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 08:03:12 2015 +0200 (2015-05-11) |
parents | fd22b033a84a |
children | bad7d4d8ff9a |
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@17141 | 12 TAGS="ssh" |
pascal@15375 | 13 |
slaxemulator@8379 | 14 DEPENDS="pam libcrypto openssh-pam" |
pascal@15616 | 15 BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake" |
pascal@4562 | 16 |
pascal@4562 | 17 # Rules to configure and make the package. |
pascal@4562 | 18 compile_rules() |
pascal@4562 | 19 { |
pascal@4562 | 20 cd $src |
pascal@4562 | 21 ./configure --prefix=/usr \ |
pascal@4562 | 22 --mandir=/usr/share/man $CONFIGURE_ARGS && |
pascal@4562 | 23 make && |
pascal@10552 | 24 make DESTDIR=$DESTDIR install |
pascal@4562 | 25 } |
pascal@4562 | 26 |
pascal@4562 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4562 | 28 genpkg_rules() |
pascal@4562 | 29 { |
pascal@15375 | 30 cp -a $install/lib $fs |
pascal@4562 | 31 } |