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

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Feb 6 16:04:39 UTC 2014


    Date: Thursday, February 6, 2014 @ 17:04:39
  Author: andyrtr
Revision: 205517

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

Added:
  libetpan/repos/staging-i686/
  libetpan/repos/staging-i686/PKGBUILD
    (from rev 205516, libetpan/trunk/PKGBUILD)
  libetpan/repos/staging-x86_64/
  libetpan/repos/staging-x86_64/PKGBUILD
    (from rev 205516, libetpan/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: libetpan/repos/staging-i686/PKGBUILD (from rev 205516, libetpan/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-02-06 16:04:39 UTC (rev 205517)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.2
+pkgrel=1
+pkgdesc="A portable middleware for email access"
+arch=('i686' 'x86_64')
+url="http://www.etpan.org/libetpan.html"
+license=("custom:etpan")
+depends=('libsasl' 'curl' 'expat')
+source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c15905ebc2ec620afb8bcca7b9d9c232')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
+  ./configure --prefix=/usr \
+    --disable-static \
+    --disable-db
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}

Copied: libetpan/repos/staging-x86_64/PKGBUILD (from rev 205516, libetpan/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-02-06 16:04:39 UTC (rev 205517)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.2
+pkgrel=1
+pkgdesc="A portable middleware for email access"
+arch=('i686' 'x86_64')
+url="http://www.etpan.org/libetpan.html"
+license=("custom:etpan")
+depends=('libsasl' 'curl' 'expat')
+source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c15905ebc2ec620afb8bcca7b9d9c232')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
+  ./configure --prefix=/usr \
+    --disable-static \
+    --disable-db
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}




More information about the arch-commits mailing list