# Description:  Fetch and Deliver Mails
# URL: http://fdm.sourceforge.net
# Maintainer: z3bra, dev at z3bra dot org
# Depends on: tdb

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

build() {
    cd "$name-$version"

    ./configure --prefix=/usr --mandir=/usr/share/man
    make
    make DESTDIR=$PKG install
}
