[arch-commits] Commit in mpop/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Feb 7 23:57:50 UTC 2016


    Date: Monday, February 8, 2016 @ 00:57:49
  Author: foutrelis
Revision: 160573

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

Added:
  mpop/repos/community-staging-i686/
  mpop/repos/community-staging-i686/PKGBUILD
    (from rev 160572, mpop/trunk/PKGBUILD)
  mpop/repos/community-staging-i686/mpop.install
    (from rev 160572, mpop/trunk/mpop.install)
  mpop/repos/community-staging-x86_64/
  mpop/repos/community-staging-x86_64/PKGBUILD
    (from rev 160572, mpop/trunk/PKGBUILD)
  mpop/repos/community-staging-x86_64/mpop.install
    (from rev 160572, mpop/trunk/mpop.install)

---------------------------------------+
 community-staging-i686/PKGBUILD       |   31 +++++++++++++++++++++++++++++++
 community-staging-i686/mpop.install   |   16 ++++++++++++++++
 community-staging-x86_64/PKGBUILD     |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/mpop.install |   16 ++++++++++++++++
 4 files changed, 94 insertions(+)

Copied: mpop/repos/community-staging-i686/PKGBUILD (from rev 160572, mpop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-07 23:57:49 UTC (rev 160573)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Israel Herraiz <isra at herraiz.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=mpop
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('i686' 'x86_64')
+url="http://mpop.sourceforge.net/"
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
+md5sums=('7ceca49cb4a453c52374afcf9ae90c21'
+         'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
+}

Copied: mpop/repos/community-staging-i686/mpop.install (from rev 160572, mpop/trunk/mpop.install)
===================================================================
--- community-staging-i686/mpop.install	                        (rev 0)
+++ community-staging-i686/mpop.install	2016-02-07 23:57:49 UTC (rev 160573)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
+
+  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
+}

Copied: mpop/repos/community-staging-x86_64/PKGBUILD (from rev 160572, mpop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-07 23:57:49 UTC (rev 160573)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Israel Herraiz <isra at herraiz.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=mpop
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('i686' 'x86_64')
+url="http://mpop.sourceforge.net/"
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig})
+md5sums=('7ceca49cb4a453c52374afcf9ae90c21'
+         'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example"
+}

Copied: mpop/repos/community-staging-x86_64/mpop.install (from rev 160572, mpop/trunk/mpop.install)
===================================================================
--- community-staging-x86_64/mpop.install	                        (rev 0)
+++ community-staging-x86_64/mpop.install	2016-02-07 23:57:49 UTC (rev 160573)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
+
+  echo "==> Sample config: /usr/share/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
+}



More information about the arch-commits mailing list