Date: Tuesday, February 2, 2021 @ 23:15:19
  Author: felixonmars
Revision: 407106

archrelease: copy trunk to testing-x86_64

Added:
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
    (from rev 407105, s-nail/trunk/PKGBUILD)

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 407105, 
s-nail/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2021-02-02 23:15:19 UTC (rev 407106)
@@ -0,0 +1,51 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Stéphane Gaudreault <[email protected]>
+# Contributor: Sergej Pupykin <pupykin.s@[email protected]>
+# Contributor: Andreas Wagner <[email protected]>
+
+pkgname=s-nail
+pkgver=14.9.21
+pkgrel=1
+pkgdesc='Environment for sending and receiving mail'
+url='https://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'krb5' 'libidn2')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('30febc449c8f5636a71733df67ef341c44a1b63e96172d781815cfd0783e6acb9856a30cdde6d51eb1588b3bc7ab2cd5256f1c625c1bbd5c9576a352214c4e36'
+            'SKIP')
+
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       export CFLAGS+=" $CPPFLAGS"
+       make \
+               VAL_PREFIX=/usr \
+               VAL_SYSCONFDIR=/etc \
+               VAL_LIBEXECDIR=/usr/lib \
+               VAL_MAIL=/var/spool/mail \
+               VAL_SID= VAL_MAILX=mail \
+               OPT_AUTOCC=0 \
+               config
+
+       make build
+}
+
+check() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make test
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       ln -sf mail "${pkgdir}"/usr/bin/mailx
+       ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Reply via email to