[arch-commits] Commit in mb2md/repos (community-any community-any/PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Apr 3 11:38:49 UTC 2013


    Date: Wednesday, April 3, 2013 @ 13:38:49
  Author: spupykin
Revision: 87579

archrelease: copy trunk to community-any

Added:
  mb2md/repos/community-any/
  mb2md/repos/community-any/PKGBUILD
    (from rev 87578, mb2md/trunk/PKGBUILD)

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: mb2md/repos/community-any/PKGBUILD (from rev 87578, mb2md/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-04-03 11:38:49 UTC (rev 87579)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Giorgio Lando <patroclo7 at gmail.com>
+
+pkgname=mb2md
+pkgver=3.20
+pkgrel=3
+pkgdesc="A perl script that takes one or more mbox mailboxes and convert them in maildir mailboxes"
+url="http://batleth.sapienti-sat.org/projects/mb2md/"
+depends=(perl-timedate)
+license=('GPL2')
+arch=('any')
+source=(http://batleth.sapienti-sat.org/projects/$pkgname/$pkgname-$pkgver.pl.gz)
+md5sums=('b47eaa6ae4231a42f4a15564a08eb439')
+
+package() {
+  install -D -m755 $srcdir/$pkgname-$pkgver.pl $pkgdir/usr/bin/mb2md.pl
+}




More information about the arch-commits mailing list