Date: Saturday, February 25, 2017 @ 15:37:11
  Author: lfleischer
Revision: 213783

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

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

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

Copied: libesmtp/repos/community-staging-i686/PKGBUILD (from rev 213782, 
libesmtp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-02-25 15:37:11 UTC (rev 213783)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Roman Kyrylych <ro...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=libesmtp
+pkgver=1.0.6
+pkgrel=5
+pkgdesc='A library to manage posting mail to a preconfigured MTA.'
+arch=('i686' 'x86_64')
+url='http://www.stafford.uklinux.net/libesmtp/'
+license=('LGPL')
+depends=('openssl')
+source=("http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2";)
+md5sums=('bf3915e627fd8f35524a8fdfeed979c8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libesmtp/repos/community-staging-x86_64/PKGBUILD (from rev 213782, 
libesmtp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-25 15:37:11 UTC (rev 213783)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Roman Kyrylych <ro...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=libesmtp
+pkgver=1.0.6
+pkgrel=5
+pkgdesc='A library to manage posting mail to a preconfigured MTA.'
+arch=('i686' 'x86_64')
+url='http://www.stafford.uklinux.net/libesmtp/'
+license=('LGPL')
+depends=('openssl')
+source=("http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$pkgver.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$pkgname-$pkgver.tar.bz2";)
+md5sums=('bf3915e627fd8f35524a8fdfeed979c8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to