[arch-commits] Commit in isync/repos (2 files)
Jonas Witschel
diabonas at archlinux.org
Sat Feb 27 13:55:35 UTC 2021
Date: Saturday, February 27, 2021 @ 13:55:35
Author: diabonas
Revision: 874979
archrelease: copy trunk to community-testing-x86_64
Added:
isync/repos/community-testing-x86_64/
isync/repos/community-testing-x86_64/PKGBUILD
(from rev 874978, isync/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: isync/repos/community-testing-x86_64/PKGBUILD (from rev 874978, isync/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-02-27 13:55:35 UTC (rev 874979)
@@ -0,0 +1,34 @@
+# 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.4.1
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('x86_64')
+url="http://isync.sourceforge.net"
+license=('GPL2')
+depends=('libsasl' 'zlib')
+source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
+ https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
+md5sums=('c0c9899c2ff629e4e6de429c394b2613'
+ 'SKIP')
+validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
+ '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list