🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: gdbm
pkgver: '1.26'
pkgrel: '1'
pkgdesc: The GDBM package contains the GNU Database Manager.
url: 'https://www.gnu.org/software/gdbm/gdbm.html'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.gnu.org/gnu/gdbm/gdbm-${pkgver}.tar.gz'
sha256sums:
- 6a24504a14de4a744103dcb936be976df6fbe88ccff26065e54c1c47946f4a5e
build: |
cd gdbm-${pkgver}
./configure --prefix=/usr \
--enable-libgdbm-compat \
--disable-static
make
make check || true
make BINOWN=root BINGRP=root prefix=${PKGDIR}/usr install
package: |
true