diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-19 11:45:39 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-19 11:53:15 +0100 |
commit | ebe40f65ccf0618947fe31b55c7a1ac5e4748716 (patch) | |
tree | 866f948dae6966e6cb3085bec2b3901506aaffab /app-crypt/mhash/files | |
parent | gui-apps/wayvnc: Bump to 0.6.2, drop old 0.4.0-r1 (diff) | |
download | gentoo-ebe40f65ccf0618947fe31b55c7a1ac5e4748716.tar.gz gentoo-ebe40f65ccf0618947fe31b55c7a1ac5e4748716.tar.bz2 gentoo-ebe40f65ccf0618947fe31b55c7a1ac5e4748716.zip |
app-crypt/mhash: generate a pck-config file
Closes: https://bugs.gentoo.org/895562
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'app-crypt/mhash/files')
-rw-r--r-- | app-crypt/mhash/files/mhash.pc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-crypt/mhash/files/mhash.pc b/app-crypt/mhash/files/mhash.pc new file mode 100644 index 000000000000..6186f85c7839 --- /dev/null +++ b/app-crypt/mhash/files/mhash.pc @@ -0,0 +1,4 @@ +Libs:-lmhash +Name: mhash +Version: @VERSION@ +Description: provides a uniform interface to several hash algorithms |