[arch-commits] Commit in libopensmtpd/repos (3 files)

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 17 19:10:23 UTC 2021


    Date: Sunday, October 17, 2021 @ 19:10:22
  Author: archange
Revision: 1030768

archrelease: copy trunk to community-staging-x86_64

Added:
  libopensmtpd/repos/community-staging-x86_64/
  libopensmtpd/repos/community-staging-x86_64/LICENSE
    (from rev 1030767, libopensmtpd/trunk/LICENSE)
  libopensmtpd/repos/community-staging-x86_64/PKGBUILD
    (from rev 1030767, libopensmtpd/trunk/PKGBUILD)

----------+
 LICENSE  |   13 +++++++++++++
 PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

Copied: libopensmtpd/repos/community-staging-x86_64/LICENSE (from rev 1030767, libopensmtpd/trunk/LICENSE)
===================================================================
--- community-staging-x86_64/LICENSE	                        (rev 0)
+++ community-staging-x86_64/LICENSE	2021-10-17 19:10:22 UTC (rev 1030768)
@@ -0,0 +1,13 @@
+Copyright (c) 2019 Martijn van Duren <martijn at openbsd.org>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: libopensmtpd/repos/community-staging-x86_64/PKGBUILD (from rev 1030767, libopensmtpd/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-10-17 19:10:22 UTC (rev 1030768)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Maarten de Vries <maarten at de-vri.es>
+
+pkgname=libopensmtpd
+pkgver=0.7
+pkgrel=1
+pkgdesc="Library for creating opensmtd filters"
+license=(BSD)
+url="https://imperialat.at/dev/libopensmtpd/"
+arch=(x86_64)
+depends=(libevent)
+makedepends=(gzip mandoc)
+source=(https://distfiles.sigtrap.nl/${pkgname}-${pkgver}.tar.gz
+        LICENSE)
+sha512sums=('53153eea5ed85309434316fa9bbba032aba9cac30744a6c228892b5fdf67f9df7e05c25832f16845c603892a255dfcf67d432e2a43ec6228f3103cf92ba2394f'
+            '24ffeb515e767416728adf4f02aac9b6305447ff4ce8acdfb1ecb8321f76e261e5a536b20df9acec90542e3c3f30e259c0d11cd99d401eb154fd5faf89a6e125')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.gnu
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.gnu DESTDIR="${pkgdir}" install
+  install -Dm644 ../LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list