# gdbm, ftp://ftp.gnu.org/gnu/gdbm/ name=gdbm version=1.8.0 source=($name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --sysconfdir=/etc make prefix=/usr make prefix=$PKG/usr install strip $PKG/usr/bin/* strip $PKG/usr/lib/*.so* gzip -9 $PKG/usr/man/man?/* rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/* }