opt/fetchmail/Pkgfile

20 lines
516 B
Plaintext

# Description: A remote-mail retrieval utility
# URL: http://fetchmail.berlios.de/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Depends on: openssl
name=fetchmail
version=6.3.4
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./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
}