smlinux/net/postfix/postfix.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

65 lines
1.6 KiB
Text
Executable file

app=postfix
version=3.4.9
build=1sml
homepage="http://www.postfix.org/"
download="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-$version.tar.gz"
desc="Fast, secure and easy-to-administer mail server"
requires="pcre openssl sqlite db icu"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
AUXLIBS="-lssl -lcrypto" \
CCARGS="-DNO_NIS -DNO_NISPLUS -DUSE_TLS" \
make -f Makefile.init makefiles
make
sh postfix-install -non-interactive \
install_root=$pkg \
daemon_directory=/lib/postfix \
manpage_directory=/share/man \
command_directory=/bin
cp COPYRIGHT LICENSE $pkgdocs/
(
cd $pkg/etc/postfix
mv master.cf.proto master.cf.proto.new
mv aliases aliases.new
mv access access.new
mv main.cf main.cf.new
mv canonical canonical.new
mv transport transport.new
mv makedefs.out makedefs.out.new
mv postfix-files postfix-files.new
mv header_checks header_checks.new
mv master.cf master.cf.new
mv bounce.cf.default bounce.cf.default.new
mv virtual virtual.new
mv generic generic.new
cd ../../
# unnecessary stupidity hardcoded in the Makefile
mv usr/sbin/sendmail bin/
cd bin
ln -s sendmail mailq
ln -s sendmail newaliases
rm -r $pkg/usr
)
preprunitservice postfix down
preprunitservice postfix.ssl down
mkfinalpkg
}
sha512sums="
83c62f7d4f9394354a30cc3ece54f5bbfb09f33716d7a24d36493ed937f360c7eaee268562bc88b0efffd26a6077206b14baf7803853b1857334b76eb4beecf0 postfix-3.4.9.tar.lz
"