From b851682630f18d76e28cdb9f4c55a79882df482c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 24 Dec 2009 20:19:01 +0100 Subject: [PATCH] fetchmail: Initial import (verified compilation) --- fetchmail/.footprint | 6 ++++++ fetchmail/.md5sum | 1 + fetchmail/Pkgfile | 27 +++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 fetchmail/.footprint create mode 100644 fetchmail/.md5sum create mode 100644 fetchmail/Pkgfile diff --git a/fetchmail/.footprint b/fetchmail/.footprint new file mode 100644 index 0000000..1359aaa --- /dev/null +++ b/fetchmail/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/fetchmail +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/fetchmail.1.gz diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum new file mode 100644 index 0000000..2eaacd6 --- /dev/null +++ b/fetchmail/.md5sum @@ -0,0 +1 @@ +db792fb311bc358e95ed0437389269ac fetchmail-6.3.13.tar.bz2 diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile new file mode 100644 index 0000000..424011f --- /dev/null +++ b/fetchmail/Pkgfile @@ -0,0 +1,27 @@ +# Description: A remote-mail retrieval utility +# URL: http://fetchmail.berlios.de/ +# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: openssl + +name=fetchmail +version=6.3.13 +release=1 +source=(http://download.berlios.de/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man \ + --with-ssl=/usr \ + --disable-nls + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/bin/fetchmailconf \ + $PKG/usr/man/man?/fetchmailconf.? \ + $PKG/usr/lib +} -- 2.26.2