SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pam_ssh"

# SliTaz package receipt.

PACKAGE="pam_ssh"
VERSION="2.1"
CATEGORY="system-tools"
SHORT_DESC="PAM Module that provides single sign-on behavior with ssh-agent."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="https://pam-ssh.sourceforge.net/"
WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL"
TAGS="ssh"

DEPENDS="pam libcrypto openssh-pam"
BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/pam-ssh/files/pam_ssh/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*/pam_ssh/||;s|/.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure --prefix=/usr \
    --mandir=/usr/share/man $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/lib $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)