opt/fetchmail/Pkgfile

22 lines
480 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A remote-mail retrieval utility
2021-02-15 15:08:00 +01:00
# URL: https://www.fetchmail.info
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl
2006-02-23 16:26:10 +01:00
name=fetchmail
2022-04-29 10:45:36 +02:00
version=6.4.30
2019-09-28 15:26:13 +02:00
release=1
2020-05-29 12:49:31 +02:00
source=(https://downloads.sourceforge.net/project/$name/branch_${version%.*}/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2021-02-15 15:08:00 +01:00
cd $name-$version
2021-02-15 15:08:00 +01:00
# don't build python stuff
sed -i '22,24s/^/#/' Makefile.am
autoreconf -vi
2021-02-15 15:08:00 +01:00
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}