# Description: A remote-mail retrieval utility # URL: https://www.fetchmail.info # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: openssl name=fetchmail version=6.6.1 release=1 source=(https://downloads.sourceforge.net/project/$name/branch_${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-nls \ PYTHON=: make make DESTDIR=$PKG install rm $PKG/usr/bin/fetchmailconf rm $PKG/usr/share/man/man1/fetchmailconf.1 }