opt/fetchmail/Pkgfile

25 lines
709 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/
2006-09-18 17:49:06 +02:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Depends on: openssl
name=fetchmail
2007-04-09 09:10:05 +02:00
version=6.3.8
release=2
source=(http://download.berlios.de/$name/$name-$version.tar.bz2
http://www.fetchmail.info/fetchmail-SA-2007-02.txt)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
patch -p0 -i $SRC/$name-SA-2007-02.txt
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ssl=/usr \
--disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/bin/fetchmailconf \
$PKG/usr/man/man?/fetchmailconf.? \
$PKG/usr/lib
}