opt/fetchmail/Pkgfile

22 lines
609 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: A remote-mail retrieval utility
# URL: http://fetchmail.berlios.de/
2006-09-18 15:49:06 +00:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2006-02-23 15:26:10 +00:00
# Depends on: openssl
name=fetchmail
2006-10-09 17:39:19 +00:00
version=6.3.5
release=2
source=(http://download2.berlios.de/$name/$name-$version.tar.bz2 \
$name-brokenheaders.patch)
2006-02-23 15:26:10 +00:00
build() {
cd $name-$version
patch -p0 < ../$name-brokenheaders.patch
2006-02-23 15:26:10 +00:00
./configure --prefix=/usr --with-ssl=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/bin/fetchmailconf \
$PKG/usr/man/man?/fetchmailconf.? \
$PKG/usr/lib
}