wok-next annotate pam_ssh/receipt @ rev 6276
Up: xorg-libX11, xorg-libX11-dev to 1.3.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 11:29:30 2010 +0000 (2010-09-15) |
parents | |
children | 253db24c2b73 |
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" |
pascal@4562 | 11 DEPENDS="pam libcrypto" |
pascal@4562 | 12 BUILD_DEPENDS="pam-dev" |
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 } |