CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gstreamer: initial import (verified compilation).
[attic/ports/opt-cross.git] / fetchmail / Pkgfile
CommitLineData
b8516826
VM
1# Description: A remote-mail retrieval utility
2# URL: http://fetchmail.berlios.de/
3# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
b8516826
VM
5# Depends on: openssl
6
7name=fetchmail
6cd91fe2 8version=6.3.17
b8516826
VM
9release=1
10source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
11
12build() {
6cd91fe2 13 cd $name-$version
b8516826 14
6cd91fe2
VM
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --mandir=/usr/man \
19 --with-ssl=/usr \
20 --disable-nls
21 make
22 make DESTDIR=$PKG install
b8516826 23
6cd91fe2
VM
24 rm -rf $PKG/usr/bin/fetchmailconf \
25 $PKG/usr/man/man?/fetchmailconf.? \
26 $PKG/usr/lib
b8516826 27}