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

Jonathan Steel jsteel at archlinux.org
Mon Dec 22 19:15:00 UTC 2014


    Date: Monday, December 22, 2014 @ 20:15:00
  Author: jsteel
Revision: 124369

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

Added:
  isync/repos/community-i686/
  isync/repos/community-i686/PKGBUILD
    (from rev 124368, isync/trunk/PKGBUILD)
  isync/repos/community-x86_64/
  isync/repos/community-x86_64/PKGBUILD
    (from rev 124368, isync/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: isync/repos/community-i686/PKGBUILD (from rev 124368, isync/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-22 19:15:00 UTC (rev 124369)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Mark Pustjens <pustjens at dds.nl>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Giorgio Lando <patroclo7 at gmail.com>
+# Contributor: Leslie P. Polzer <polzer at gnu.org>
+
+pkgname=isync
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('i686' 'x86_64')
+url="http://isync.sourceforge.net"
+license=('GPL2')
+depends=('openssl')
+source=(http://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz)
+md5sums=('3d5f8746dc039c4098c28d8002d2ccbd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: isync/repos/community-x86_64/PKGBUILD (from rev 124368, isync/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-22 19:15:00 UTC (rev 124369)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Mark Pustjens <pustjens at dds.nl>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Giorgio Lando <patroclo7 at gmail.com>
+# Contributor: Leslie P. Polzer <polzer at gnu.org>
+
+pkgname=isync
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('i686' 'x86_64')
+url="http://isync.sourceforge.net"
+license=('GPL2')
+depends=('openssl')
+source=(http://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz)
+md5sums=('3d5f8746dc039c4098c28d8002d2ccbd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list