milis/talimatname/genel/r/re-alpine/talimat

26 lines
655 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: Washington Üniversitesi tarafından geliştirilen Alpine, metin tabanlı e-posta istemcisinin devamı.
# URL: http://sourceforge.net/projects/re-alpine/files/re-alpine-2.03.tar.bz2
# Paketçi: milisarge
# Gerekler: openssl aspell tcl pam
# Grup: ağ
isim=re-alpine
surum=2.03
devir=1
kaynak=(http://sourceforge.net/projects/re-alpine/files/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-ldap \
--without-krb5 \
--with-ssl-dir=/usr \
--with-passfile=.pine-passfile
make
make DESTDIR=$PKG install
}