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." This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run libstdc++-devel Add_dependency run libstdc++-devel
Add_dependency run libdb Add_dependency run libdb

View file

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

View file

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