Date: Thursday, March 3, 2016 @ 12:26:07
  Author: bpiotrowski
Revision: 260620

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

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

-------------------------+
 staging-i686/PKGBUILD   |   45 +++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

Copied: libetpan/repos/staging-i686/PKGBUILD (from rev 260619, 
libetpan/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-03-03 11:26:07 UTC (rev 260620)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+
+pkgname=libetpan
+pkgver=1.6
+pkgrel=3
+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=($pkgname-$pkgver.tar.gz::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
+}

Copied: libetpan/repos/staging-x86_64/PKGBUILD (from rev 260619, 
libetpan/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-03-03 11:26:07 UTC (rev 260620)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+
+pkgname=libetpan
+pkgver=1.6
+pkgrel=3
+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=($pkgname-$pkgver.tar.gz::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
+}

Reply via email to