diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /fetchmail/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'fetchmail/Pkgfile')
-rw-r--r-- | fetchmail/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile new file mode 100644 index 000000000..0973ecb3d --- /dev/null +++ b/fetchmail/Pkgfile @@ -0,0 +1,21 @@ +# Description: A remote-mail retrieval utility +# URL: http://fetchmail.berlios.de/ +# Maintainer: Per Lidén <per@fukt.bth.se> +# Depends on: openssl + +name=fetchmail +version=6.3.2 +release=2 +source=(http://download.berlios.de/$name/$name-$version.tar.bz2 \ + $name-$version.patch) + +build() { + cd $name-$version + patch -p0 < ../$name-$version.patch + ./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 +} |