[arch-commits] Commit in esmtp/repos (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 30 22:43:45 UTC 2013


    Date: Friday, May 31, 2013 @ 00:43:44
  Author: seblu
Revision: 92010

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  esmtp/repos/community-staging-i686/
  esmtp/repos/community-staging-i686/PKGBUILD
    (from rev 92009, esmtp/trunk/PKGBUILD)
  esmtp/repos/community-staging-x86_64/
  esmtp/repos/community-staging-x86_64/PKGBUILD
    (from rev 92009, esmtp/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: esmtp/repos/community-staging-i686/PKGBUILD (from rev 92009, esmtp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-30 22:43:44 UTC (rev 92010)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Loui Chang <louipc dot ist at gmail company>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=esmtp
+pkgver=1.2
+pkgrel=5
+pkgdesc="An easy SMTP forwarder."
+arch=('i686' 'x86_64')
+url='http://esmtp.sourceforge.net'
+license=('GPL')
+depends=('libesmtp' 'openssl')
+optdepends=('liblockfile: for esmtp-wrapper script'
+            'procmail: for local mail delivery')
+provides=('smtp-forwarder')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('79a9c1f9023d53f35bb82bf446150a72')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 README "${pkgdir}/usr/share/doc/esmtp/README"
+  install -Dm0644 sample.esmtprc "${pkgdir}/usr/share/doc/esmtp/sample.esmtprc"
+  install -Dm0755 esmtp-wrapper "${pkgdir}/usr/share/esmtp/esmtp-wrapper"
+  install -Dm0755 ylwrap "${pkgdir}/usr/share/esmtp/ylwrap"
+}

Copied: esmtp/repos/community-staging-x86_64/PKGBUILD (from rev 92009, esmtp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-30 22:43:44 UTC (rev 92010)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Loui Chang <louipc dot ist at gmail company>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=esmtp
+pkgver=1.2
+pkgrel=5
+pkgdesc="An easy SMTP forwarder."
+arch=('i686' 'x86_64')
+url='http://esmtp.sourceforge.net'
+license=('GPL')
+depends=('libesmtp' 'openssl')
+optdepends=('liblockfile: for esmtp-wrapper script'
+            'procmail: for local mail delivery')
+provides=('smtp-forwarder')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('79a9c1f9023d53f35bb82bf446150a72')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 README "${pkgdir}/usr/share/doc/esmtp/README"
+  install -Dm0644 sample.esmtprc "${pkgdir}/usr/share/doc/esmtp/sample.esmtprc"
+  install -Dm0755 esmtp-wrapper "${pkgdir}/usr/share/esmtp/esmtp-wrapper"
+  install -Dm0755 ylwrap "${pkgdir}/usr/share/esmtp/ylwrap"
+}




More information about the arch-commits mailing list