[arch-commits] Commit in libetpan/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Apr 10 18:02:49 UTC 2010
Date: Saturday, April 10, 2010 @ 14:02:49
Author: andyrtr
Revision: 77098
upgpkg: libetpan 1.0-1
new version 1.0
Modified:
libetpan/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-10 18:01:07 UTC (rev 77097)
+++ PKGBUILD 2010-04-10 18:02:49 UTC (rev 77098)
@@ -2,8 +2,8 @@
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
pkgname=libetpan
-pkgver=0.58
-pkgrel=3
+pkgver=1.0
+pkgrel=1
pkgdesc="A portable middleware for email access"
arch=('i686' 'x86_64')
url="http://www.etpan.org/"
@@ -11,14 +11,16 @@
depends=('db>=4.8' 'libsasl>=2.1.23' 'curl>=7.19.5' 'expat>=2.0.1-1')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bf20b5c0548f06b94bc588afdf5b3436')
+md5sums=('5addc766141a0b1d29ee1ca4ba1b6808')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- # Fix detection of DB version
- sed -e 's/db-4.4/db-4.8/g' -i configure || return 1
./configure --prefix=/usr --disable-static
make || return 1
+}
+
+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