opt/fetchmail/Pkgfile

22 lines
510 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A remote-mail retrieval utility
2020-05-29 12:49:31 +02:00
# URL: https://www.fetchmail.info
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: openssl
name=fetchmail
2020-05-29 12:49:31 +02:00
version=6.4.6
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() {
cd $name-$version
# don't build python stuff
2019-09-28 15:26:13 +02:00
sed -i '22,24s/^/#/' Makefile.am
autoreconf -vi
2019-09-28 15:26:13 +02:00
./configure --prefix=/usr --disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}