Date: Wednesday, February 27, 2019 @ 23:15:26
  Author: bisson
Revision: 436940

archrelease: copy trunk to community-x86_64

Added:
  fdm/repos/community-x86_64/PKGBUILD
    (from rev 436939, fdm/trunk/PKGBUILD)
Deleted:
  fdm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-27 23:14:57 UTC (rev 436939)
+++ PKGBUILD    2019-02-27 23:15:26 UTC (rev 436940)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Jeff Mickey <[email protected]>
-# Contributor: Grigorios Bouzakis <[email protected]>
-
-pkgname=fdm
-pkgver=2.0
-pkgrel=1
-pkgdesc='Program to fetch and deliver mail'
-url='https://github.com/nicm/fdm'
-license=('BSD')
-arch=('x86_64')
-depends=('openssl' 'tdb' 'zlib')
-source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz";)
-sha256sums=('06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4')
-
-options=('!makeflags')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       make DESTDIR="${pkgdir}" install
-
-       install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-       sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-       install -d "${pkgdir}/usr/share/doc/${pkgname}"
-       cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: fdm/repos/community-x86_64/PKGBUILD (from rev 436939, 
fdm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-02-27 23:15:26 UTC (rev 436940)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Jeff Mickey <[email protected]>
+# Contributor: Grigorios Bouzakis <[email protected]>
+# Contributor: Stephen Gregoratto <[email protected]>
+
+pkgname=fdm
+pkgver=2.0
+pkgrel=2
+pkgdesc='Program to fetch and deliver mail'
+url='https://github.com/nicm/fdm'
+license=('BSD')
+arch=('x86_64')
+depends=('openssl' 'pcre' 'tdb' 'zlib')
+source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz";)
+sha256sums=('06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4')
+
+options=('!makeflags')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --enable-pcre
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       make DESTDIR="${pkgdir}" install
+
+       install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+       sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+       install -d "${pkgdir}/usr/share/doc/${pkgname}"
+       cp -a examples MANUAL "${pkgdir}/usr/share/doc/${pkgname}"
+}

Reply via email to