2018-07-30 13:03:26 +02:00
|
|
|
|
# Tanım: Washington Üniversitesi tarafından geliştirilen Alpine, metin tabanlı e-posta istemcisinin devamı.
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: http://sourceforge.net/projects/re-alpine/files/re-alpine-2.03.tar.bz2
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: openssl aspell tcl pam
|
2018-07-30 13:03:26 +02:00
|
|
|
|
# Grup: ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
}
|