opt/fetchmail/Pkgfile

22 lines
508 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A remote-mail retrieval utility
2014-06-20 18:03:45 +02:00
# URL: http://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-08 12:25:51 +02:00
version=6.4.5
2019-09-28 15:26:13 +02:00
release=1
2020-02-15 13:39:18 +01:00
source=(http://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
}