aboutsummaryrefslogtreecommitdiffstats
path: root/main/libzdb/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-07 08:40:54 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-07 18:28:52 +0000
commitcc71cfc7c67810e2a80b74559f7e50274eeb1183 (patch)
tree65ffe136a8a628f5e44514fa1226c784ae7ab721 /main/libzdb/APKBUILD
parentd65de9b8864c49b84deb2f1b9a3352995d7fe696 (diff)
downloadaports-cc71cfc7c67810e2a80b74559f7e50274eeb1183.tar.bz2
aports-cc71cfc7c67810e2a80b74559f7e50274eeb1183.tar.xz
unmaintained/libzdb: move from main
Diffstat (limited to 'main/libzdb/APKBUILD')
-rw-r--r--main/libzdb/APKBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/main/libzdb/APKBUILD b/main/libzdb/APKBUILD
deleted file mode 100644
index 18ecd0783f..0000000000
--- a/main/libzdb/APKBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=libzdb
-pkgver=3.2
-pkgrel=0
-pkgdesc="A thread-safe high level multi-database connection pool library"
-url="http://www.tildeslash.com/libzdb/"
-arch="all"
-license="GPL-3.0-only"
-depends_dev="flex-dev sqlite-dev mariadb-connector-c-dev postgresql-dev"
-makedepends="$depends_dev flex"
-subpackages="$pkgname-dev"
-source="http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz
- missing-assert.patch"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --enable-optimized \
- --infodir=/usr/share/info
- make || return 1
-}
-
-check() {
- cd "$builddir"
- # The test is manual and requires user input, we spam the dot char
- # because it is a valid name for the database required by the test
- # and dot is also the char for exiting the database once test is
- # complete
- yes . | make verify
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-sha512sums="b44ee217c0b221812eb2d1be03edcc8e74a5e3907ac3915defc15fa5faf228dac175bd04591fedf5d706773ab85f2dc98cd14c7a84ade5887f4f644d64739824 libzdb-3.2.tar.gz
-4547386470ac74079c41fcec9fb1e4129283982f0b489a2bd57f49586f25e900004ff5d6e61e796eac9ccd35c29e52aae184ec98802b23ad9f216213159b5db2 missing-assert.patch"