# hdw - linux bdb4 package # # author: hackbard@hackdaworld.dyndns.org # # [V] 4.3.28 # [S] 2-7 # [D] db-4.3.28.tar.gz ftp://ftp.sleepycat.com/releases/ srcdir="db-$ver" make_conf="LIBSO_LIBS=-lpthread LIBXSO_LIBS=-lpthread" install_conf="docdir=$docdir $install_conf" build_main() { cd build_unix ../dist/configure $confopt --enable-compat185 --enable-cxx && make $make_conf && make $install_conf install && chown root.root $prefix/{bin/db_*,lib/libdb*,include/db*} && chown -R root.root $docdir }