blob: 54c8eab5c904cc441fff475a9a96d8d33a687796 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001require postfix.inc
2
3SRC_URI += "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
4 file://main.cf \
5 file://postfix \
6 file://internal_recipient \
7 file://postfix.service \
8 file://aliasesdb \
9 file://check_hostname.sh \
10 file://0001-Fix-makedefs.patch \
11 file://0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch \
12 file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
13 file://0004-Fix-icu-config.patch \
14 file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
15 file://0006-correct-signature-of-closefrom-API.patch \
16 "
17SRC_URI[sha256sum] = "8de0619dcf2fa7c215a80cf84b82ab71631d4d4722cba0949725ce3e18031d4e"
18UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.6(\.\d+)+).tar.gz"