opt/fdm/Pkgfile

17 lines
395 B
Plaintext

# Description: Program to fetch mail and deliver it in various ways
# URL: https://github.com/nicm/fdm
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: tdb openssl
name=fdm
version=1.9.32
release=1
source=(https://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}