db: update to 4.8.30

This commit is contained in:
ojab 2012-01-12 12:40:13 +04:00
parent 4428193554
commit 73b4e7791f
3 changed files with 2 additions and 6 deletions

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run libstdc++-devel
Add_dependency run libdb

View file

@ -1,6 +1,5 @@
# Template file for 'libdb'.
#
revision=1
short_desc="${short_desc} - shared libraries"
long_desc="${long_desc}

View file

@ -1,7 +1,6 @@
# Template file for 'db'
pkgname=db
version=4.8.26
revision=2
version=4.8.30
wrksrc="db-${version}"
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
build_style=gnu-configure
@ -12,7 +11,7 @@ configure_args="--enable-compat185 --enable-cxx --enable-o_direct
make_build_args="LIBSO_LIBS=-lpthread"
short_desc="The Berkeley DB from Oracle"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f755d15f79cf6fc5a61d94bc3c8cfd3f9cb0ce3d454379d5981c54b326809d41
checksum=e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a
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