milis/talimatname/genel/p/pamsshagentauth/talimat

18 lines
489 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: ssh-agent ile pam modülünün yetkilendirilmesi
# URL: http://pamsshagentauth.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=pamsshagentauth
surum=0.10.3
devir=1
kaynak=(http://downloads.sourceforge.net/project/pamsshagentauth/pam_ssh_agent_auth/v$surum/pam_ssh_agent_auth-$surum.tar.bz2)
derle() {
cd "$SRC/pam_ssh_agent_auth-$surum"
./configure --prefix=/usr --with-mantype=man --libexecdir=/usr/lib/security
make
make DESTDIR="$PKG/" install
}