opt/fetchmail/Pkgfile

25 lines
583 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
2012-12-25 09:34:35 +01:00
version=6.3.24
release=2
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
# don't build python stuff
sed -i '19,21s/^/#/' Makefile.am
autoreconf -vi
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ssl=/usr \
--disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}