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

Andreas Radke andyrtr at archlinux.org
Sat Nov 1 08:33:10 UTC 2014


    Date: Saturday, November 1, 2014 @ 09:33:09
  Author: andyrtr
Revision: 225534

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

Added:
  libetpan/repos/extra-i686/PKGBUILD
    (from rev 225533, libetpan/trunk/PKGBUILD)
  libetpan/repos/extra-x86_64/PKGBUILD
    (from rev 225533, libetpan/trunk/PKGBUILD)
Deleted:
  libetpan/repos/extra-i686/PKGBUILD
  libetpan/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   90 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   43 ----------------------
 extra-x86_64/PKGBUILD |   43 ----------------------
 3 files changed, 90 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-11-01 08:32:49 UTC (rev 225533)
+++ extra-i686/PKGBUILD	2014-11-01 08:33:09 UTC (rev 225534)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libetpan
-pkgver=1.5
-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=('f5a0ae8071937b31d0facc1f2d874ead')
-
-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
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd tests
-  make imap-sample
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
-}

Copied: libetpan/repos/extra-i686/PKGBUILD (from rev 225533, libetpan/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-11-01 08:33:09 UTC (rev 225534)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.6
+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=('1158c4ce291876c2b7bb003cd4b3566e')
+
+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 \
+  
+  ./autogen.sh --prefix=/usr \
+    --disable-static \
+    --disable-db
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-11-01 08:32:49 UTC (rev 225533)
+++ extra-x86_64/PKGBUILD	2014-11-01 08:33:09 UTC (rev 225534)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libetpan
-pkgver=1.5
-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=('f5a0ae8071937b31d0facc1f2d874ead')
-
-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
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd tests
-  make imap-sample
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
-}

Copied: libetpan/repos/extra-x86_64/PKGBUILD (from rev 225533, libetpan/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-01 08:33:09 UTC (rev 225534)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.6
+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=('1158c4ce291876c2b7bb003cd4b3566e')
+
+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 \
+  
+  ./autogen.sh --prefix=/usr \
+    --disable-static \
+    --disable-db
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+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