[arch-commits] Commit in neon/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Apr 1 02:42:54 UTC 2010


    Date: Wednesday, March 31, 2010 @ 22:42:54
  Author: pierre
Revision: 75220

upgpkg: neon 0.28.6-3
openssl/heimdal rebuild

Modified:
  neon/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-01 02:36:22 UTC (rev 75219)
+++ PKGBUILD	2010-04-01 02:42:54 UTC (rev 75220)
@@ -5,11 +5,11 @@
 # KEEP LIBTOOL FILES!
 pkgname=neon
 pkgver=0.28.6
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('openssl>=0.9.8g-4' 'heimdal>=1.3.1' 'zlib' 'expat>=2.0.1' 'db>=4.7.25')
+depends=('openssl' 'heimdal' 'zlib' 'expat' 'db')
 url="http://www.webdav.org/neon/"
 source=(http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz)
 md5sums=('252578ed555552b71d15909641484951')
@@ -19,5 +19,9 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-ssl  --with-expat --enable-shared --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list