opt/fetchmail/Pkgfile

24 lines
551 B
Plaintext

# Description: A remote-mail retrieval utility
# URL: http://www.fetchmail.info
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl
name=fetchmail
version=6.3.26
release=2
source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz)
build() {
cd $name-$version
# don't build python stuff
sed -i '19,21s/^/#/' Makefile.am
autoreconf -vi
./configure --prefix=/usr \
--with-ssl=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}