db: update to 4.8.26.

--HG--
extra : convert_revision : a3298aa3727e320a89e03617a33a06784eed6686
This commit is contained in:
Juan RP 2010-01-14 00:16:21 +01:00
parent 8a4f997789
commit 6c0956f9bc

View file

@ -1,17 +1,17 @@
# Template file for 'db'
pkgname=db
version=4.8.24
revision=2
wrksrc="db-${version}/build_unix"
version=4.8.26
wrksrc="db-${version}"
distfiles="http://download-uk.oracle.com/berkeley-db/db-${version}.tar.gz"
build_style=gnu_configure
build_wrksrc="build_unix"
configure_script="../dist/configure"
configure_args="--enable-compat185 --enable-cxx --enable-o_direct
--enable-posixmutexes"
make_build_args="LIBSO_LIBS=-lpthread"
short_desc="The Berkeley DB from Oracle"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bcbd9021250d9cb5992a1adf83cc7c9f08de7d5cfe02a25dbef928316bff5c88
checksum=f755d15f79cf6fc5a61d94bc3c8cfd3f9cb0ce3d454379d5981c54b326809d41
long_desc="
Berkeley DB is an embeddable database system that supports keyed access to
data. The software is distributed in source code form, and developers can