[arch-commits] Commit in postfix/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Nov 17 08:58:41 UTC 2018


    Date: Saturday, November 17, 2018 @ 08:58:41
  Author: bluewind
Revision: 340020

upgpkg: postfix 3.3.1-4

Add qshape and collate.pl

Modified:
  postfix/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-17 08:49:09 UTC (rev 340019)
+++ PKGBUILD	2018-11-17 08:58:41 UTC (rev 340020)
@@ -4,7 +4,7 @@
 
 pkgname=postfix
 pkgver=3.3.1
-pkgrel=3
+pkgrel=4
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -11,6 +11,7 @@
 arch=('x86_64')
 depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
          'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+optdepends=('perl: postfix-collate.pl and qshape')
 source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"
         'aliases.patch'
 	'sysusers.d'
@@ -79,6 +80,12 @@
 		install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
 	done
 
+	name=qshape
+	install -Dm644 "man/man1/${name}.1" "${pkgdir}/usr/share/man/man1/${name}.1"
+	install -Dm755 "auxiliary/${name}/${name}.pl" "${pkgdir}/usr/bin/${name}"
+
+	install -Dm755 "auxiliary/collate/collate.pl" "${pkgdir}/usr/bin/postfix-collate.pl"
+
 	# now set permissions right to appease the pacman gods
 	sed -r \
 		-e '/override=1/d' \



More information about the arch-commits mailing list