opt/fetchmail/Pkgfile

22 lines
504 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A remote-mail retrieval utility
# URL: http://fetchmail.berlios.de/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: openssl
name=fetchmail
version=6.3.20
2008-11-19 18:11:11 +01:00
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ssl=/usr \
2010-03-29 19:28:09 +02:00
--disable-nls \
PYTHON=:
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}