mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
db: update to 5.3.28.
This commit is contained in:
parent
6627ef9bf4
commit
fa984c9f2f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'db'
|
# Template file for 'db'
|
||||||
pkgname=db
|
pkgname=db
|
||||||
version=5.3.21
|
version=5.3.28
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="db-${version}"
|
wrksrc="db-${version}"
|
||||||
short_desc="The Berkeley DB embedded database system"
|
short_desc="The Berkeley DB embedded database system"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||||
checksum=ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8
|
checksum=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd build_unix
|
cd build_unix
|
||||||
|
@ -32,7 +32,7 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
db-devel_package() {
|
db-devel_package() {
|
||||||
depends="libdb>=${version} libdb-cxx>=${version}"
|
depends="libdb>=${version}_${revision} libdb-cxx>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue