# 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

name=fdm
version=1.9
release=1
source=(https://github.com/nicm/fdm/releases/download/$version/$name-$version.tar.gz)

build () {
    cd $name-$version
    ./configure --prefix=/usr
    make
    make DESTDIR=$PKG install
}
