[arch-commits] Commit in libetpan/repos (4 files)
Andreas Radke
andyrtr at nymeria.archlinux.org
Thu Apr 24 14:31:41 UTC 2014
Date: Thursday, April 24, 2014 @ 16:31:41
Author: andyrtr
Revision: 211732
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libetpan/repos/testing-i686/
libetpan/repos/testing-i686/PKGBUILD
(from rev 211731, libetpan/trunk/PKGBUILD)
libetpan/repos/testing-x86_64/
libetpan/repos/testing-x86_64/PKGBUILD
(from rev 211731, libetpan/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: libetpan/repos/testing-i686/PKGBUILD (from rev 211731, libetpan/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-04-24 14:31:41 UTC (rev 211732)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.4
+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=('30a99dc58ff783157d8415587a3427b8')
+
+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/testing-x86_64/PKGBUILD (from rev 211731, libetpan/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-24 14:31:41 UTC (rev 211732)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.4
+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=('30a99dc58ff783157d8415587a3427b8')
+
+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