[arch-commits] Commit in libsasl/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Mon Apr 19 10:06:56 UTC 2010
Date: Monday, April 19, 2010 @ 06:06:56
Author: allan
Revision: 78103
upgpkg: libsasl 2.1.23-3
rebuild to remove unneeded install file
Modified:
libsasl/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-19 09:56:23 UTC (rev 78102)
+++ PKGBUILD 2010-04-19 10:06:56 UTC (rev 78103)
@@ -3,7 +3,7 @@
pkgname=libsasl
pkgver=2.1.23
-pkgrel=2
+pkgrel=3
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
arch=('i686' 'x86_64')
url="http://cyrusimap.web.cmu.edu/downloads.html#sasl"
@@ -36,6 +36,14 @@
for dir in include lib sasldb plugins utils; do
pushd ${dir} || return 1
make || return 1
+ popd
+ done
+}
+
+package() {
+ cd "${srcdir}/cyrus-sasl-${pkgver}"
+ for dir in include lib sasldb plugins utils; do
+ pushd ${dir} || return 1
make DESTDIR="${pkgdir}" install || return 1
popd
done
More information about the arch-commits
mailing list