milis/talimatname/genel/re-alpine/talimat

25 lines
659 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.

# 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
# Packager: milisarge
# Depends on: openssl aspell tcl pam
name=re-alpine
version=2.03
release=1
source=(http://sourceforge.net/projects/re-alpine/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-ldap \
--without-krb5 \
--with-ssl-dir=/usr \
--with-passfile=.pine-passfile
make
make DESTDIR=$PKG install
}