opt/fdm/Pkgfile

17 lines
398 B
Plaintext
Raw Normal View History

2016-10-28 16:39:01 +02:00
# Description: Program to fetch mail and deliver it in various ways
2022-06-01 12:31:57 +02:00
# URL: https://github.com/nicm/fdm
# Maintainer: Juergen Daubert, jue at crux dot nu
2023-01-11 10:58:59 +01:00
# Depends on: libpcre2 openssl tdb
2016-10-28 16:39:01 +02:00
name=fdm
2023-01-11 10:58:59 +01:00
version=2.2
2016-10-28 16:39:01 +02:00
release=1
2019-02-13 10:01:07 +01:00
source=(https://github.com/nicm/fdm/releases/download/$version/$name-$version.tar.gz)
2016-10-28 16:39:01 +02:00
2022-06-01 12:31:57 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2016-10-28 16:39:01 +02:00
}