[arch-commits] Commit in libetpan/repos (3 files)

Stéphane Gaudreault stephane at archlinux.org
Mon Jan 9 18:52:32 UTC 2012


    Date: Monday, January 9, 2012 @ 13:52:32
  Author: stephane
Revision: 146341

db-move: moved libetpan from [staging] to [testing] (x86_64)

Added:
  libetpan/repos/testing-x86_64/
  libetpan/repos/testing-x86_64/PKGBUILD
    (from rev 146321, libetpan/repos/staging-x86_64/PKGBUILD)
Deleted:
  libetpan/repos/staging-x86_64/

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

Copied: libetpan/repos/testing-x86_64/PKGBUILD (from rev 146321, libetpan/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-09 18:52:32 UTC (rev 146341)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.0
+pkgrel=4
+pkgdesc="A portable middleware for email access"
+arch=('i686' 'x86_64')
+url="http://www.etpan.org/"
+license=("custom:etpan")
+depends=('db>=5.3.15' 'libsasl>=2.1.23' 'curl>=7.23.1' 'expat>=2.0.1-1')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5addc766141a0b1d29ee1ca4ba1b6808')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}




More information about the arch-commits mailing list