Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 849 - (show annotations)
Sun Oct 4 15:10:23 2009 UTC (3 years, 7 months ago) by cjg
File size: 609 byte(s)
fetchmail: fixed to 6.3.9-1
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 # Depends on: openssl
5
6 name=fetchmail
7 version=6.3.9
8 release=1
9 source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
10
11 build() {
12 cd $name-$version
13
14 ./configure --prefix=/usr \
15 --mandir=/usr/man \
16 --with-ssl=/usr \
17 --disable-nls
18 make
19 make DESTDIR=$PKG install
20
21 rm -rf $PKG/usr/bin/fetchmailconf \
22 $PKG/usr/man/man?/fetchmailconf.? \
23 $PKG/usr/lib
24 }