Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 285 - (hide annotations)
Sun Oct 4 15:02:16 2009 UTC (3 years, 8 months ago) by cjg
File size: 606 byte(s)
fetchmail: updated to 6.3.9
1 cjg 201 # Description: A remote-mail retrieval utility
2     # URL: http://fetchmail.berlios.de/
3     # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
4     # Depends on: openssl
5    
6     name=fetchmail
7 cjg 285 version=6.3.9
8     release=1
9     source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
10 cjg 201
11     build() {
12     cd $name-$version
13     ./configure --prefix=/usr \
14     --mandir=/usr/man \
15     --with-ssl=/usr \
16     --disable-nls
17     make
18     make DESTDIR=$PKG install
19     rm -rf $PKG/usr/bin/fetchmailconf \
20     $PKG/usr/man/man?/fetchmailconf.? \
21     $PKG/usr/lib
22     }