[arch-commits] Commit in (isync isync/repos isync/trunk isync/trunk/PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Mon Dec 22 19:14:32 UTC 2014


    Date: Monday, December 22, 2014 @ 20:14:32
  Author: jsteel
Revision: 124368

Adding isync to [community]

Added:
  isync/
  isync/repos/
  isync/trunk/
  isync/trunk/PKGBUILD

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

Added: isync/trunk/PKGBUILD
===================================================================
--- isync/trunk/PKGBUILD	                        (rev 0)
+++ isync/trunk/PKGBUILD	2014-12-22 19:14:32 UTC (rev 124368)
@@ -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