[arch-commits] Commit in pigeonhole/repos (2 files)

Thore Bödecker foxxx0 at archlinux.org
Thu Mar 29 07:30:32 UTC 2018


    Date: Thursday, March 29, 2018 @ 07:30:32
  Author: foxxx0
Revision: 313294

archrelease: copy trunk to community-testing-x86_64

Added:
  pigeonhole/repos/community-testing-x86_64/
  pigeonhole/repos/community-testing-x86_64/PKGBUILD
    (from rev 313293, pigeonhole/trunk/PKGBUILD)

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

Copied: pigeonhole/repos/community-testing-x86_64/PKGBUILD (from rev 313293, pigeonhole/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-29 07:30:32 UTC (rev 313294)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Peter Lewis <plewis at aur.archlinux.org>
+# Contributor: Sebastian Köhler <sebkoehler at whoami.org.uk>
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.1
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.1
+pkgrel=2
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=("dovecot=${_dcpkgver}")
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
+
+sha256sums=('e3b0aa59261881bcb0d33a6c398f3cb5f9f75e077e67bae175cf33c362577547'
+            'SKIP')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at rename-it.nl>
+
+build() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  ./configure \
+    --prefix=/usr \
+    --with-dovecot=/usr/lib/dovecot \
+    --with-moduledir=/usr/lib/dovecot/modules \
+    --disable-static
+  make
+}
+
+check() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+  make check
+}
+
+package() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list