opt/fetchmail/Pkgfile

22 lines
522 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A remote-mail retrieval utility
2012-03-10 09:45:29 +01:00
# URL: http://fetchmail.info
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.21
2008-11-19 18:11:11 +01:00
release=1
2012-03-10 09:45:29 +01:00
source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$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
}