description="The GDBM package contains the GNU Database Manager." url="http://www.gnu.org/software/gdbm/gdbm.html" maintainer="Philip A. Nelson phil at cs dot wwu dot edu,Jason Downs downsj at downsj dot com,Sergey Poznyakoff gray at gnu dot org dot ua" contributors="Pierre B" packager="tnut " name=gdbm version=1.18.1 source=(http://ftp.gnu.org/gnu/gdbm/gdbm-$version.tar.gz) build() { cd gdbm-$version ./configure --prefix=/usr \ --enable-libgdbm-compat \ --disable-static make make check || true make BINOWN=root BINGRP=root prefix=$PKG/usr install }