25 lines
649 B
Plaintext
25 lines
649 B
Plaintext
|
# Desciription: 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
|
|||
|
|
|||
|
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
|
|||
|
|
|||
|
}
|