diff --git a/common/shlibs b/common/shlibs index b107853c025..756e2729160 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3479,3 +3479,4 @@ libflite_cmulex.so.1 flite-2.1_1 libgtk-4.so.0.9400.0 gtk4-3.94.0_1 libmodule.so.4 libmodule-4.1.0_1 libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1 +libmhash.so.2 mhash-0.9.9.9_1 diff --git a/srcpkgs/mhash-devel b/srcpkgs/mhash-devel new file mode 120000 index 00000000000..ef5f71dac2a --- /dev/null +++ b/srcpkgs/mhash-devel @@ -0,0 +1 @@ +mhash \ No newline at end of file diff --git a/srcpkgs/mhash/template b/srcpkgs/mhash/template new file mode 100644 index 00000000000..6f753713a51 --- /dev/null +++ b/srcpkgs/mhash/template @@ -0,0 +1,22 @@ +# Template file for 'mhash' +pkgname=mhash +version=0.9.9.9 +revision=1 +build_style=gnu-configure +short_desc="Uniform interface to a large number of hash algorithms" +maintainer="Andrew Benson " +license="LGPL-2.1-or-later" +homepage="http://mhash.sourceforge.net/" +distfiles="$SOURCEFORGE_SITE/project/mhash/mhash/${version}/mhash-${version}.tar.bz2" +checksum=56521c52a9033779154432d0ae47ad7198914785265e1f570cee21ab248dfef0 + +mhash-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/share + vmove usr/include + vmove "usr/lib/*.so" + vmove "usr/lib/*.a" + } +}