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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Apr 28 21:16:53 UTC 2014


    Date: Monday, April 28, 2014 @ 23:16:53
  Author: lfleischer
Revision: 110399

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

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

-------------------------------+
 community-i686/PKGBUILD       |   30 ++++++++++++++++++++++++++++++
 community-i686/mpop.install   |   16 ++++++++++++++++
 community-x86_64/PKGBUILD     |   30 ++++++++++++++++++++++++++++++
 community-x86_64/mpop.install |   16 ++++++++++++++++
 4 files changed, 92 insertions(+)

Copied: mpop/repos/community-i686/PKGBUILD (from rev 110398, mpop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-28 21:16:53 UTC (rev 110399)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Israel Herraiz <isra at herraiz.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=mpop
+pkgver=1.0.28
+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.bz2")
+md5sums=('08301208b1f1a40bc5375fea61de3696')
+options=(debug !strip)
+
+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-i686/mpop.install (from rev 110398, mpop/trunk/mpop.install)
===================================================================
--- community-i686/mpop.install	                        (rev 0)
+++ community-i686/mpop.install	2014-04-28 21:16:53 UTC (rev 110399)
@@ -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-x86_64/PKGBUILD (from rev 110398, mpop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-28 21:16:53 UTC (rev 110399)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Israel Herraiz <isra at herraiz.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=mpop
+pkgver=1.0.28
+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.bz2")
+md5sums=('08301208b1f1a40bc5375fea61de3696')
+options=(debug !strip)
+
+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-x86_64/mpop.install (from rev 110398, mpop/trunk/mpop.install)
===================================================================
--- community-x86_64/mpop.install	                        (rev 0)
+++ community-x86_64/mpop.install	2014-04-28 21:16:53 UTC (rev 110399)
@@ -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