opt/fetchmail/Pkgfile

20 lines
535 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
2006-04-15 01:08:29 +02:00
version=6.3.4
release=1
2006-09-18 17:49:06 +02:00
source=(http://download2.berlios.de/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
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
}