[arch-commits] Commit in s-nail/trunk (PKGBUILD.new)

Gaëtan Bisson bisson at archlinux.org
Mon Jul 3 16:39:30 UTC 2017


    Date: Monday, July 3, 2017 @ 16:39:21
  Author: bisson
Revision: 299576

new syntax used from v14.9.0 on

Added:
  s-nail/trunk/PKGBUILD.new

--------------+
 PKGBUILD.new |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

Added: PKGBUILD.new
===================================================================
--- PKGBUILD.new	                        (rev 0)
+++ PKGBUILD.new	2017-07-03 16:39:21 UTC (rev 299576)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 290006 2017-03-04 23:03:48Z jgc $
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s at arch@gmail.com>
+# Contributor: Andreas Wagner <Andreas.Wagner at em.uni-frankfurt.de>
+
+pkgname=s-nail
+pkgver=14.8.16
+pkgrel=2
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5' 'libidn')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('9b6123499eea070d6f6c242661aed1522826d9fa78abc26d55e5dc2339b959df'
+            'SKIP')
+
+groups=('base')
+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}"
+	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 MAKEJOBS=--jobs 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"
+}



More information about the arch-commits mailing list