CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fltk2: Updated to version r7513.
[attic/ports/opt-cross.git] / fetchmail / Pkgfile
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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: openssl
6
7 name=fetchmail
8 version=6.3.17
9 release=1
10 source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
11
12 build() {
13 cd $name-$version
14
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
23
24 rm -rf $PKG/usr/bin/fetchmailconf \
25 $PKG/usr/man/man?/fetchmailconf.? \
26 $PKG/usr/lib
27 }