From edde7ddd8a2c85e1c4da5f2f730fc0e954faa07f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 18 Jun 2018 22:44:28 -0500 Subject: system/db: [PD] no maintainer, woah fix this piece of crap --- system/db/APKBUILD | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) (limited to 'system/db/APKBUILD') diff --git a/system/db/APKBUILD b/system/db/APKBUILD index e450562b3..30d2485be 100644 --- a/system/db/APKBUILD +++ b/system/db/APKBUILD @@ -1,7 +1,6 @@ -# Maintainer: Natanael Copa +# Maintainer: pkgname=db pkgver=5.3.28 -_ver=${pkgver} pkgrel=0 pkgdesc="The Berkeley DB embedded database system" url="https://www.oracle.com/technology/software/products/berkeley-db/index.html" @@ -11,26 +10,17 @@ options="!check" # "check target not available" depends= makedepends= subpackages="$pkgname-dev $pkgname-doc $pkgname-utils $pkgname-c++:cxx" -# Patches were found here: -# http://www.oracle.com/technology/products/berkeley-db/db/update/4.7.25/patch.4.7.25.html source="http://download.oracle.com/berkeley-db/db-$pkgver.tar.gz " -_builddir="$srcdir/db-$_ver" prepare() { - cd "$_builddir" - update_config_sub || return 1 + cd "$builddir" + update_config_sub + default_prepare } build () { - cd "$_builddir" - for i in ../patch.*; do - [ -r "$i" ] || continue - msg "Applying $i..." - patch -p0 < $i || return 1 - done - - cd build_unix + cd "$builddir"/build_unix ../dist/configure \ --build=$CBUILD \ --host=$CHOST \ @@ -39,19 +29,18 @@ build () { --enable-compat185 \ --enable-shared \ --enable-cxx \ - --disable-static \ - || return 1 - make LIBSO_LIBS=-lpthread || return 1 + --disable-static + make LIBSO_LIBS=-lpthread } package() { - cd "$srcdir"/db-$_ver/build_unix - make DESTDIR="$pkgdir" install || return 1 + cd "$builddir"/build_unix + make DESTDIR="$pkgdir" install mkdir -p "$pkgdir"/usr/share/doc mv "$pkgdir"/usr/docs "$pkgdir"/usr/share/doc/$pkgname - install -D -m644 "$srcdir"/db-$_ver/LICENSE \ + install -D -m644 "$builddir"/LICENSE \ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } @@ -68,6 +57,4 @@ cxx() { mv "$pkgdir"/usr/lib/libdb_cxx*.so "$subpkgdir"/usr/lib/ } -md5sums="b99454564d5b4479750567031d66fe24 db-5.3.28.tar.gz" -sha256sums="e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628 db-5.3.28.tar.gz" sha512sums="e91bbe550fc147a8be7e69ade86fdb7066453814971b2b0223f7d17712bd029a8eff5b2b6b238042ff6ec1ffa6879d44cb95c5645a922fee305c26c3eeaee090 db-5.3.28.tar.gz" -- cgit v1.2.3-60-g2f50